VersionControlExt.FindChangeset Method
Bring up the Find Changeset dialog and let the user find a changeset.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function FindChangeset As Changeset
public Changeset FindChangeset()
public:
Changeset^ FindChangeset()
member FindChangeset : unit -> Changeset
public function FindChangeset() : Changeset
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Changeset
changeset or null
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace