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 命名空間