Compartilhar via


Método VssTokenStorage.RetrieveAll

Namespace:  Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly:  Microsoft.VisualStudio.Services.Common (em Microsoft.VisualStudio.Services.Common.dll)

Sintaxe

'Declaração
Public MustOverride Function RetrieveAll ( _
    kind As String _
) As IEnumerable(Of VssToken)
public abstract IEnumerable<VssToken> RetrieveAll(
    string kind
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<VssToken>

Segurança do .NET Framework

Consulte também

Referência

VssTokenStorage Classe

Namespace Microsoft.VisualStudio.Services.Common.TokenStorage