Workspace.QueryShelvedChanges 方法 (String, String, array<ItemSpec[], Boolean)
取得指定之查詢的擱置變更。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function QueryShelvedChanges ( _
shelvesetName As String, _
shelvesetOwner As String, _
itemSpecs As ItemSpec(), _
includeDownloadInfo As Boolean _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
string shelvesetName,
string shelvesetOwner,
ItemSpec[] itemSpecs,
bool includeDownloadInfo
)
參數
- shelvesetName
型別:System.String
擱置集名稱。可能是 Null。
- shelvesetOwner
型別:System.String
使用者名稱。可能是 Null。
- itemSpecs
型別:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
項目可以取得擱置的變更。
- includeDownloadInfo
型別:System.Boolean
true 表示包含需要下載檔案的資訊。包含 false。
傳回值
型別:array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
陣列具有暫存變更的暫止集合擱置的變更。
備註
請將 includeDownloadInfo 設定為 true 時,才會使用傳回下載檔案的資訊。 呼叫會更快速且需要較少的頻寬,當這個參數為 false (沒有指定它) 的多載的預設
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。