Workspace.GetPendingChangesEnumerable 方法 (array<ItemSpec[])
此工作区域获取挂起的更改和子项的可枚举集合项目的。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function GetPendingChangesEnumerable ( _
itemSpecs As ItemSpec() _
) As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> GetPendingChangesEnumerable(
ItemSpec[] itemSpecs
)
参数
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
每个项目的说明符,可以在服务器或本地计算机。
返回值
类型:System.Collections.Generic.IEnumerable<PendingChange>
挂起的更改的可枚举集合指定项目的此工作区域。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。