Compartilhar via


Método TeamFoundationVersionControlService.FilterShelveset

Filtra um check-in particular para uma matriz de usuários e retorna uma lista de restrições do caminho.

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

Sintaxe

'Declaração
Public Function FilterShelveset ( _
    requestContext As TeamFoundationRequestContext, _
    userIdentities As TeamFoundationIdentity(), _
    shelvesetName As String, _
    shelvesetOwner As String _
) As List(Of PathRestriction)
public List<PathRestriction> FilterShelveset(
    TeamFoundationRequestContext requestContext,
    TeamFoundationIdentity[] userIdentities,
    string shelvesetName,
    string shelvesetOwner
)

Parâmetros

  • shelvesetName
    Tipo: System.String
    O nome do check-in particular.
  • shelvesetOwner
    Tipo: System.String
    O proprietário do check-in particular.

Valor de retorno

Tipo: System.Collections.Generic.List<PathRestriction>
A lista de restrições de caminho para os usuários fornecidos.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationVersionControlService Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server