ShelvedItemUri.Decode Method (String, String%, String%, String%, UriType%)

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

Syntax

'宣言
Public Shared Sub Decode ( _
    shelvedItemArtifactName As String, _
    <OutAttribute> ByRef serverItem As String, _
    <OutAttribute> ByRef shelvesetName As String, _
    <OutAttribute> ByRef shelvesetOwner As String, _
    <OutAttribute> ByRef type As UriType _
)
public static void Decode(
    string shelvedItemArtifactName,
    out string serverItem,
    out string shelvesetName,
    out string shelvesetOwner,
    out UriType type
)
public:
static void Decode(
    String^ shelvedItemArtifactName, 
    [OutAttribute] String^% serverItem, 
    [OutAttribute] String^% shelvesetName, 
    [OutAttribute] String^% shelvesetOwner, 
    [OutAttribute] UriType% type
)
static member Decode : 
        shelvedItemArtifactName:string * 
        serverItem:string byref * 
        shelvesetName:string byref * 
        shelvesetOwner:string byref * 
        type:UriType byref -> unit 
public static function Decode(
    shelvedItemArtifactName : String, 
    serverItem : String, 
    shelvesetName : String, 
    shelvesetOwner : String, 
    type : UriType
)

Parameters

.NET Framework Security

See Also

Reference

ShelvedItemUri Class

Decode Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace