TeamFoundationVersionControlService.QueryShelvesets 方法 (TeamFoundationRequestContext, String, String)

列出在系统的已知的搁置集。 返回搁置集元数据。

若要检索更改列表,请使用 QueryPendingSets()。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
Public Function QueryShelvesets ( _
    requestContext As TeamFoundationRequestContext, _
    shelvesetName As String, _
    ownerName As String _
) As List(Of Shelveset)
public List<Shelveset> QueryShelvesets(
    TeamFoundationRequestContext requestContext,
    string shelvesetName,
    string ownerName
)

参数

  • shelvesetName
    类型:System.String
    查找任何一种搁置集或空的名称。
  • ownerName
    类型:System.String
    查找任何一种搁置集所有者或 null。

返回值

类型:System.Collections.Generic.List<Shelveset>
搁置集元数据。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

QueryShelvesets 重载

Microsoft.TeamFoundation.VersionControl.Server 命名空间