Share via


Workspace.GetPendingChanges メソッド (array<ItemSpec[], Boolean, Int32, String, Boolean, array<String[])

これらの項目の保留中の変更とよって、このワークスペースのサブ項目をすべて取得します。

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

構文

'宣言
Public Function GetPendingChanges ( _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    pageSize As Integer, _
    lastChange As String, _
    includeMergeSourceInfo As Boolean, _
    itemPropertyFilters As String() _
) As PendingChange()
public PendingChange[] GetPendingChanges(
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    int pageSize,
    string lastChange,
    bool includeMergeSourceInfo,
    string[] itemPropertyFilters
)

パラメーター

  • includeDownloadInfo
    型 : System.Boolean
    true の場合、サーバーはファイルをダウンロードするために必要な情報が含まれています。返されるオブジェクトを使用してファイルをダウンロードしている場合にのみ true にこれを設定します。この呼び出しは、パラメーターが false の場合、実行速度と、帯域幅が必要です (それを指定しないオーバーロードの既定値)
  • pageSize
    型 : System.Int32
    このページの戻り値に対する保留中の変更の最大数。一部の保留中の変更は、ページ全体の十分な保留中の変更がない返すことがあります。
  • lastChange
    型 : System.String
    前のページの最後の保留中の変更のサーバー パス。最初のページの場合、この値は null にする必要があります。残りのページでは、ページの最後の保留中の変更のサーバー パスを使用する必要があります。
  • includeMergeSourceInfo
    型 : System.Boolean
    ソースのに関する情報を含める名前を変更するかどうかとマージされます
  • itemPropertyFilters
    型 : array<System.String[]
    それらがある場合、保留中の変更のオブジェクトで返されるプロパティ名のリスト。

戻り値

型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
このワークスペースの指定項目の保留中の変更

.NET Framework セキュリティ

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

参照

関連項目

Workspace クラス

GetPendingChanges オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間