共用方式為


Repository.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 _
) 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
)

參數

  • labelName
    型別:System.String
    比對其標籤或萬用字元的名稱。
  • labelScope
    型別:System.String
    指定標籤的範圍項目。所有標籤上或下項目下傳回。
  • includeItems
    型別:System.Boolean
    如果為 true,則傳回的物件 VersionControlLabel 項目成員將會填入。

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<VersionControlLabel>
比對 VersionControlLabel 物件。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間