Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.