Workspace.GetPendingChangesEnumerable 方法 (String)

此工作方面获取挂起的更改的可枚举集合为指定的项目。

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

语法

声明
Public Function GetPendingChangesEnumerable ( _
    item As String _
) As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> GetPendingChangesEnumerable(
    string item
)

参数

  • item
    类型:System.String
    项目可以获取挂起的更改。

返回值

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

.NET Framework 安全性

请参见

参考

Workspace 类

GetPendingChangesEnumerable 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间