Partager via


DataConnectionProperties.TryGetValue, méthode

Récupère la valeur de la propriété spécifiée.

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

Syntaxe

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

Paramètres

  • key
    Type : System.String
    Le nom de la propriété pour récupérer la valeur de.
  • value
    Type : System.Object%
    Lorsque cette méthode retourne, contient la valeur qui correspond à la propriété spécifiée.Ce paramètre est passé sans être initialisé.

Valeur de retour

Type : System.Boolean
true si la propriété est trouvée ; sinon, false.

Implémentations

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

Exceptions

Exception Condition
ArgumentNullException

Le paramètre key est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms