Compartilhar via


Método GitIntegration.QueryRefs

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function QueryRefs ( _
    repositoryId As Guid, _
    refTypeFilter As String _
) As TfsGitRef()
[WebMethodAttribute]
public TfsGitRef[] QueryRefs(
    Guid repositoryId,
    string refTypeFilter
)

Parâmetros

Valor de retorno

Tipo: array<Microsoft.TeamFoundation.Git.Server.Serialization.TfsGitRef[]

Segurança do .NET Framework

Consulte também

Referência

GitIntegration Classe

Namespace Microsoft.TeamFoundation.Git.Server