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

取得指定之查詢的擱置變更。

命名空間:  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[]
陣列與擱置變更的擱置集。

.NET Framework 安全性

請參閱

參考

Workspace 類別

QueryShelvedChanges 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間