Share via


Workspace.GetPendingChangesWithCandidates メソッド (array<ItemSpec[], Boolean, array<PendingChange[]%)

保留中の変更すべてを取得し、候補が変更されます。

名前空間:  Microsoft.TeamFoundation.VersionControl.Client
アセンブリ:  Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)

構文

'宣言
Public Function GetPendingChangesWithCandidates ( _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    <OutAttribute> ByRef candidateChanges As PendingChange() _
) As PendingChange()
public PendingChange[] GetPendingChangesWithCandidates(
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    out PendingChange[] candidateChanges
)

パラメーター

  • includeDownloadInfo
    型 : System.Boolean
    ファイルをダウンロードするために必要な情報を含めるtrue ; 追加情報をダウンロードしない false。

戻り値

型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
保留中の変更と候補の変更すべて。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

Workspace クラス

GetPendingChangesWithCandidates オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間