VersionControlServer.QueryLabels 方法 (String, String, String, Boolean, String, VersionSpec, Boolean)
陣列的查詢 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, _
includeDownloadInfo As Boolean _
) As VersionControlLabel()
public VersionControlLabel[] QueryLabels(
string labelName,
string labelScope,
string owner,
bool includeItems,
string filterItem,
VersionSpec versionFilterItem,
bool includeDownloadInfo
)
參數
- 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 是空的。
- includeDownloadInfo
型別:System.Boolean
true 表示取得資訊需要下載檔案。指定 false 節省頻寬,如果不需要。
傳回值
型別:array<Microsoft.TeamFoundation.VersionControl.Client.VersionControlLabel[]
VersionControlLabel 物件的陣列套用至儲存機制中的項目。
備註
True 只設定的 includeDownloadInfo ,如果要下載檔案使用傳回的物件。 呼叫會更快速且需要較少的頻寬,當 includeDownloadInfo 為 false (沒有指定它) 的多載的預設值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。