VersionControlServer.QueryLabels 方法 (String, String, String, Boolean, String, VersionSpec)
陣列的查詢 VersionControlLabel 物件套用至儲存機制中的項目。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function QueryLabels ( _
labelName As String, _
labelScope As String, _
owner As String, _
includeItems As Boolean, _
filterItem As String, _
versionFilterItem As VersionSpec _
) As VersionControlLabel()
public VersionControlLabel[] QueryLabels(
string labelName,
string labelScope,
string owner,
bool includeItems,
string filterItem,
VersionSpec versionFilterItem
)
參數
- labelName
型別:System.String
正在查詢之標籤的名稱。
- labelScope
型別:System.String
表示標籤定義範圍的儲存機制路徑。
- owner
型別:System.String
建立標籤的使用者。指定間距比對任何擁有者。
- includeItems
型別:System.Boolean
true 表示包含項目在標籤中。包含 false。
- filterItem
型別:System.String
如果為非 null,傳回只標記包含這個項目 (伺服器或本機路徑)。
- versionFilterItem
型別:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
filterItem 的 VersionSpec。忽略,如果 filterItem 是空的。
傳回值
型別:array<Microsoft.TeamFoundation.VersionControl.Client.VersionControlLabel[]
VersionControlLabel 物件的陣列由查詢。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。