VersionControlServer.GetPendingChanges メソッド (array<Int32 , Boolean)

メモ: この API は、互換性のために残されています。

取得、 PendingChangeから、リポジトリを指定した Id を持つオブジェクト。またファイルをダウンロードするための情報を取得します。

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

構文

'宣言
<ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")> _
Public Function GetPendingChanges ( _
    pendingChangeIds As Integer(), _
    includeDownloadInfo As Boolean _
) As PendingChange()
[ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")]
public PendingChange[] GetPendingChanges(
    int[] pendingChangeIds,
    bool includeDownloadInfo
)

パラメーター

  • includeDownloadInfo
    型 : System.Boolean
    True を取得情報を必要なファイルをダウンロードします。ダウンロードが必要ない場合は、帯域幅を保存する場合は false を指定します。

戻り値

型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
配列のPendingChangeは、指定した Id に一致するオブジェクト。

解説

場合は、 PendingChange 、出力配列内の対応する要素は null になりますし、特定の ID が見つかりません。

.NET Framework セキュリティ

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

参照

関連項目

VersionControlServer クラス

GetPendingChanges オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間