Compartilhar via


Método Repository.QueryShelvesets

Lista os check-ins particulares conhecidos no sistema. Retorna metadados de check-in particular.

Para recuperar a lista de alterações, use QueryPendingSets().

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function QueryShelvesets ( _
    shelvesetName As String, _
    ownerName As String _
) As List(Of Shelveset)
[WebMethodAttribute]
public List<Shelveset> QueryShelvesets(
    string shelvesetName,
    string ownerName
)

Parâmetros

  • shelvesetName
    Tipo: System.String
    Nome do check-in particular ou nulo para localizar algum.
  • ownerName
    Tipo: System.String
    Proprietário do check-in particular ou nulo para localizar algum.

Valor de retorno

Tipo: System.Collections.Generic.List<Shelveset>
Metadados de check-in particular.

Segurança do .NET Framework

Consulte também

Referência

Repository Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server