Workspace.GetPendingChangesWithCandidates 方法 (array<ItemSpec[], Boolean, array<String[], array<PendingChange[]%)
取得所有暫止的變更並候選變更。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function GetPendingChangesWithCandidates ( _
itemSpecs As ItemSpec(), _
includeDownloadInfo As Boolean, _
itemPropertyFilters As String(), _
<OutAttribute> ByRef candidateChanges As PendingChange() _
) As PendingChange()
public PendingChange[] GetPendingChangesWithCandidates(
ItemSpec[] itemSpecs,
bool includeDownloadInfo,
string[] itemPropertyFilters,
out PendingChange[] candidateChanges
)
參數
- itemSpecs
型別:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
每個項目的規範,可能在伺服器或本機電腦。
- includeDownloadInfo
型別:System.Boolean
包含要求下載檔案的資訊則為true ;下載其他資訊的 false 。
- itemPropertyFilters
型別:array<System.String[]
屬性篩選常式。
- candidateChanges
型別:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]%
暫止的變更。
傳回值
型別:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
所有暫止的變更並候選變更。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。