Repository.QueryLabels 方法
returns与特定字段的标签列表。 为比较的一部分,对字段不使用。
命名空间: 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
)
参数
- 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
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<VersionControlLabel>
匹配VersionControlLabel对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。