Workspace.QueryShelvedChanges 方法 (String, String, array<ItemSpec[], Boolean, array<String[])
获取指定的查询的搁置更改。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function QueryShelvedChanges ( _
shelvesetName As String, _
shelvesetOwner As String, _
itemSpecs As ItemSpec(), _
includeDownloadInfo As Boolean, _
itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
string shelvesetName,
string shelvesetOwner,
ItemSpec[] itemSpecs,
bool includeDownloadInfo,
string[] itemPropertyFilters
)
参数
- shelvesetName
类型:System.String
搁置集名称 (可能为空)
- shelvesetOwner
类型:System.String
用户名 (可能为空),是搁置集所有者,如果搁置集名称不为空
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
项目
- includeDownloadInfo
类型:System.Boolean
如果为 true,则服务器将包括必要的信息下载文件。仅将此为 true,如果要下载的文件使用返回的对象。调用会更快并且少带宽,在此参数中的错误 (未指定它) 的超加载的默认值
- itemPropertyFilters
类型:array<System.String[]
列出属性名称为 PendingChanges 检索。
返回值
类型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
数组挂起的设置与搁置的更改挂起的更改
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。