VersionControlArtifactProvider.GetShelveset Method

Gets the shelveset 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 GetShelveset ( _
    artifactUri As Uri _
) As Shelveset
public Shelveset GetShelveset(
    Uri artifactUri
)
public:
Shelveset^ GetShelveset(
    Uri^ artifactUri
)
member GetShelveset : 
        artifactUri:Uri -> Shelveset
public function GetShelveset(
    artifactUri : Uri
) : Shelveset

Parameters

  • artifactUri
    Type: System.Uri

    The URI of the desired shelveset.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The shelveset that is associated with the specified URI.

.NET Framework Security

See Also

Reference

VersionControlArtifactProvider Class

Microsoft.TeamFoundation.VersionControl.Client Namespace