Gets the changeset that is associated with the specified URI.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Function GetChangeset ( _
    artifactUri As Uri _
) As Changeset
public Changeset GetChangeset(
    Uri artifactUri
)
public:
Changeset^ GetChangeset(
    Uri^ artifactUri
)
member GetChangeset : 
        artifactUri:Uri -> Changeset 
public function GetChangeset(
    artifactUri : Uri
) : Changeset
Parameters
- artifactUri
 Type: System.Uri
 The URI of the desired changeset.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Changeset
The changeset that is associated with the specified URI.
.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.