TeamFoundationVersionControlService.QueryLabels 方法 (TeamFoundationRequestContext, String, String, String, String, String, String, VersionSpec, Boolean, Boolean, PathLength)
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function QueryLabels ( _
requestContext As TeamFoundationRequestContext, _
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 PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryLabels(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
string labelName,
string labelScope,
string owner,
string filterItem,
VersionSpec versionFilterItem,
bool includeItems,
bool generateDownloadUrls,
PathLength maxClientPathLength
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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
- generateDownloadUrls
型別:System.Boolean
- maxClientPathLength
型別:Microsoft.TeamFoundation.VersionControl.Common.PathLength
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。