ShelvedItemUri.Decode 方法 (String, String%, String%, String%, UriType%)

命名空間:  Microsoft.TeamFoundation.VersionControl.Common
組件:  Microsoft.TeamFoundation.VersionControl.Common.Integration (在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

ShelvedItemUri 類別

Decode 多載

Microsoft.TeamFoundation.VersionControl.Common 命名空間