VersionControlServer.GetPendingChange 方法 (Int32, Boolean)
注意:這個應用程式開發介面現在已經過時。
從儲存機制中取得 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 GetPendingChange ( _
pendingChangeId 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 GetPendingChange(
int pendingChangeId,
bool includeDownloadInfo
)
參數
- pendingChangeId
型別:System.Int32
PendingChange ID。
- includeDownloadInfo
型別:System.Boolean
true 表示取得資訊需要下載檔案。如果下載不是必要的,指定 false 節省頻寬。
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Client.PendingChange
符合指定之識別碼的 PendingChange .否則為 null。
備註
True 只設定的 includeDownloadInfo 使用傳回的資訊,因此,如果您將下載檔案。 呼叫這個方法會比較快速且需要較少的頻寬,當 includeDownloadInfo 為 false (沒有指定它) 的多載的預設值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。