VersionControlServer.GetChangeset Method (Int32)
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)
Syntax
'Декларация
Public Function GetChangeset ( _
changesetId As Integer _
) As Changeset
public Changeset GetChangeset(
int changesetId
)
public:
Changeset^ GetChangeset(
int changesetId
)
member GetChangeset :
changesetId:int -> Changeset
public function GetChangeset(
changesetId : int
) : Changeset
Parameters
- changesetId
Type: System.Int32
The ID for the Changeset.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Changeset
The Changeset object specifying these details.
.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.