Workspace.GetPendingChangesEnumerable 方法

获取挂起的更改的可枚举集合此工作区域的。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Function GetPendingChangesEnumerable As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> GetPendingChangesEnumerable()

返回值

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

.NET Framework 安全性

请参见

参考

Workspace 类

GetPendingChangesEnumerable 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间