Compartilhar via


Método ServicingContext.TryGetToken

Tentativas de recuperar um token de saco simbólico.

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

Sintaxe

'Declaração
Public Function TryGetToken ( _
    tokenName As String, _
    <OutAttribute> ByRef value As String _
) As Boolean
public bool TryGetToken(
    string tokenName,
    out string value
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retifique se o símbolo foi encontrado e não é nulo ou vazio.

Segurança do .NET Framework

Consulte também

Referência

ServicingContext Classe

Namespace Microsoft.TeamFoundation.Framework.Server