Workspace.GetPendingChangesEnumerable 方法 (String, RecursionType)

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

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

语法

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

参数

  • item
    类型:System.String
    路径、本地或服务器,到要查询的项目。

返回值

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

.NET Framework 安全性

请参见

参考

Workspace 类

GetPendingChangesEnumerable 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间