This documentation is archived and is not being maintained.

VersionControlArtifactProvider::GetLabel Method

Gets the label that is associated with the specified URI.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
VersionControlLabel^ GetLabel(
	Uri^ artifactUri
)

Parameters

artifactUri
Type: System::Uri

The URI of the desired label.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlLabel
The label that is associated with the specified URI.

Show: