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
)

參數

  • includeDownloadInfo
    類型:System.Boolean
    包含要求下載檔案的資訊則為true ;下載其他資訊的 false 。
  • itemPropertyFilters
    類型:array<System.String[]
    屬性篩選常式。

傳回值

類型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
所有暫止的變更並候選變更。

.NET Framework 安全性

請參閱

參考

Workspace 類別

GetPendingChangesWithCandidates 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間