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
)
參數
- itemSpecs
型別:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
每個項目的規範,可能在伺服器或本機電腦。
傳回值
型別:System.Collections.Generic.IEnumerable<PendingChange>
暫止變更的可列舉集合指定項目在這個工作區。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。