Repository5.QueryLabels 方法
符合指定之欄位的標籤傳回清單中。 為比較中, null 欄位未使用。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryLabels ( _
workspaceName As String, _
workspaceOwner As String, _
labelName As String, _
labelScope As String, _
owner As String, _
filterItem As String, _
versionFilterItem As VersionSpec, _
includeItems As Boolean, _
generateDownloadUrls As Boolean, _
maxClientPathLength As Integer _
) As StreamingCollection(Of VersionControlLabel)
[WebMethodAttribute]
public StreamingCollection<VersionControlLabel> QueryLabels(
string workspaceName,
string workspaceOwner,
string labelName,
string labelScope,
string owner,
string filterItem,
VersionSpec versionFilterItem,
bool includeItems,
bool generateDownloadUrls,
int maxClientPathLength
)
參數
- workspaceName
類型:System.String
- workspaceOwner
類型:System.String
- labelName
類型:System.String
符合其標籤或萬用字元的清單。
- labelScope
類型:System.String
指定範圍標籤的項目。會在項目之下的所有標籤傳回。
- owner
類型:System.String
標籤的擁有人。
- filterItem
類型:System.String
- versionFilterItem
類型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- includeItems
類型:System.Boolean
如果為 True,則傳回的 VersionControlLabel 物件項目成員將填入。
- generateDownloadUrls
類型:System.Boolean
- maxClientPathLength
類型:System.Int32
最大用戶端支援伺服器路徑長度。
傳回值
類型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<VersionControlLabel>
符合 VersionControlLabel 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。