SparseTree<T>.TryGetValue, méthode (String, Boolean, T%)

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, _
    exactMatch As Boolean, _
    <OutAttribute> ByRef referencedObject As T _
) As Boolean
public bool TryGetValue(
    string token,
    bool exactMatch,
    out T referencedObject
)

Paramètres

  • referencedObject
    Type : T%

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SparseTree<T> Classe

TryGetValue, surcharge

Microsoft.TeamFoundation.Framework.Common, espace de noms