Método FlatStore<T>.TryGetValue

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

Sintaxe

'Declaração
Public Function TryGetValue ( _
    token As String, _
    <OutAttribute> ByRef referencedObject As T _
) As Boolean
public bool TryGetValue(
    string token,
    out T referencedObject
)

Parâmetros

  • referencedObject
    Tipo: T%

Valor de retorno

Tipo: System.Boolean

Implementações

ITokenStore<T>.TryGetValue(String, T%)

Segurança do .NET Framework

Consulte também

Referência

FlatStore<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Common