VersionControlServer.QueryShelvedChanges 方法 (String, String, array<ItemSpec[])

取得指定之 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() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs
)

參數

  • shelvesetName
    類型:System.String
    擱置集名稱。可能是 Null。
  • shelvesetOwner
    類型:System.String
    擱置集擁有人。可能是 Null。

傳回值

類型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
PendingSet 物件的陣列和指定的 Shelveset的暫止變更。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

QueryShelvedChanges 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間