Compartilhar via


Método ShelvedItemUri.Decode (String, String%, String%, String%)

Consulte sobrecarga

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (em Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintaxe

'Declaração
Public Shared Sub Decode ( _
    shelvedItemArtifactName As String, _
    <OutAttribute> ByRef serverItem As String, _
    <OutAttribute> ByRef shelvesetName As String, _
    <OutAttribute> ByRef shelvesetOwner As String _
)
public static void Decode(
    string shelvedItemArtifactName,
    out string serverItem,
    out string shelvesetName,
    out string shelvesetOwner
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ShelvedItemUri Classe

Sobrecargas Decode

Namespace Microsoft.TeamFoundation.VersionControl.Common