LabelSpec.Parse 方法
剖析 name@scope 格式的標籤規格並傳回兩個部分。 如果範圍在標籤規格未指定,請使用 defaultScope 引數。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common (在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
語法
'宣告
Public Shared Sub Parse ( _
spec As String, _
defaultScope As String, _
permitWildcardNames As Boolean, _
<OutAttribute> ByRef labelName As String, _
<OutAttribute> ByRef labelScope As String _
)
public static void Parse(
string spec,
string defaultScope,
bool permitWildcardNames,
out string labelName,
out string labelScope
)
參數
- spec
型別:System.String
剖析的標籤規格
- defaultScope
型別:System.String
labelScope 的預設值 (可能是空白的)。
- permitWildcardNames
型別:System.Boolean
表示在標籤名稱的萬用字元是否允許
- labelName
型別:System.String%
傳回的標籤名稱
- labelScope
型別:System.String%
傳回的標籤範圍
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。