VersionControlArtifactProvider.GetChangeset Method

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

See Also

Reference

VersionControlArtifactProvider Class

Microsoft.TeamFoundation.VersionControl.Client Namespace