ShelvesetUri.Decode 方法 (String, String%, String%)
請參閱多載。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common.Integration (在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)
語法
'宣告
Public Shared Sub Decode ( _
shelvesetArtifactName As String, _
<OutAttribute> ByRef shelvesetName As String, _
<OutAttribute> ByRef shelvesetOwner As String _
)
public static void Decode(
string shelvesetArtifactName,
out string shelvesetName,
out string shelvesetOwner
)
參數
- shelvesetArtifactName
類型:System.String
- shelvesetName
類型:System.String%
- shelvesetOwner
類型:System.String%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。