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
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<PendingChange>
挂起的更改的可枚举集合指定项目的此工作区域。

.NET Framework 安全性

请参阅

参考

Workspace 类

GetPendingChangesEnumerable 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间