This documentation is archived and is not being maintained.
VersionControlServer.GetChangeset Method (Int32)
Visual Studio 2013
Gets the details of a Changeset (comment, changes, etc.).
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetChangeset ( _ changesetId As Integer _ ) As Changeset
Parameters
- changesetId
- Type: System.Int32
The ID for the Changeset.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangesetThe Changeset object specifying these details.
- 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.
Show: