VersionControlServer.GetPendingChanges メソッド (array<Int32[])
メモ: この API は、互換性のために残されています。
指定した ID のリポジトリから PendingChange のオブジェクトを取得します。
名前空間: 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() _
) As PendingChange()
[ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")]
public PendingChange[] GetPendingChanges(
int[] pendingChangeIds
)
パラメーター
- pendingChangeIds
型 : array<System.Int32[]
PendingChange ID の配列。
戻り値
型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
PendingChange の配列はその一致に指定した ID オブジェクト。
解説
PendingChange が特定の ID を検索できない場合は、出力配列の対応する要素は null です。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。