GraphPathSerializationDictionary.TryGetValue, méthode

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As String _
) As Boolean
public bool TryGetValue(
    string key,
    out string value
)
public:
virtual bool TryGetValue(
    String^ key, 
    [OutAttribute] String^% value
) sealed
abstract TryGetValue : 
        key:string * 
        value:string byref -> bool 
override TryGetValue : 
        key:string * 
        value:string byref -> bool 
public final function TryGetValue(
    key : String, 
    value : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms