Workspace.QueryPendingSets 方法 (array<ItemSpec[], String, String, Boolean)
获取指定的查询的挂起的更改。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function QueryPendingSets ( _
itemSpecs As ItemSpec(), _
queryWorkspaceName As String, _
queryUserName As String, _
includeDownloadInfo As Boolean _
) As PendingSet()
public PendingSet[] QueryPendingSets(
ItemSpec[] itemSpecs,
string queryWorkspaceName,
string queryUserName,
bool includeDownloadInfo
)
参数
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
查询的项目用于挂起的更改。
- queryWorkspaceName
类型:System.String
工作区域的名称。可能为 null。
- queryUserName
类型:System.String
用户名。可能为 null。
- includeDownloadInfo
类型:System.Boolean
true (包括对下载文件的信息。错误不包括附加信息。
返回值
类型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
数组挂起的设置与服务器项目的挂起的更改。
备注
请设置 includeDownloadInfo 为 true,只有 + 当您将使用返回下载文件的信息。 调用会更快并且少带宽,在此参数中的错误 (未指定它) 的超加载的默认值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。