VersionControlServer.QueryShelvedChanges 方法 (String, String, array<ItemSpec[], Boolean, array<String[])
取得指定之 Shelveset上的擱置的變更。
命名空間: 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, _
itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
string shelvesetName,
string shelvesetOwner,
ItemSpec[] itemSpecs,
bool includeDownloadInfo,
string[] itemPropertyFilters
)
參數
- shelvesetName
類型:System.String
擱置集名稱。可能是 Null。
- shelvesetOwner
類型:System.String
擱置集擁有人。可能是 Null。
- itemSpecs
類型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
取得指定之 Shelveset上的擱置的變更。
- includeDownloadInfo
類型:System.Boolean
取得資訊的true 需要下載檔案。指定 false 節省頻寬,如果不需要。
- itemPropertyFilters
類型:array<System.String[]
項目屬性篩選。
傳回值
類型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
PendingSet 物件的陣列和指定的 Shelveset的暫止變更。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。