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

超加载参见

命名空间:  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 _
)
public static void Decode(
    string shelvedItemArtifactName,
    out string serverItem,
    out string shelvesetName,
    out string shelvesetOwner
)

参数

.NET Framework 安全性

请参阅

参考

ShelvedItemUri 类

Decode 重载

Microsoft.TeamFoundation.VersionControl.Common 命名空间