FlatStore<T>.TryGetValue, méthode

Espace de noms :  Microsoft.TeamFoundation.Framework.Common
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
Public Function TryGetValue ( _
    token As String, _
    <OutAttribute> ByRef referencedObject As T _
) As Boolean
public bool TryGetValue(
    string token,
    out T referencedObject
)

Paramètres

  • referencedObject
    Type : T%

Valeur de retour

Type : System.Boolean

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

FlatStore<T> Classe

Microsoft.TeamFoundation.Framework.Common, espace de noms