Partager via


PropertyCollection.TryGetProperty<TProperty>, méthode

Obtient la propriété associée à la clé spécifiée.

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

Syntaxe

'Déclaration
Public Function TryGetProperty(Of TProperty) ( _
    key As Object, _
    <OutAttribute> ByRef property As TProperty _
) As Boolean
public bool TryGetProperty<TProperty>(
    Object key,
    out TProperty property
)
public:
generic<typename TProperty>
bool TryGetProperty(
    Object^ key, 
    [OutAttribute] TProperty% property
)
member TryGetProperty : 
        key:Object * 
        property:'TProperty byref -> bool
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • TProperty
    Type de la propriété associée à la clé spécifiée.

Paramètres

  • key
    Type : Object

    Clé.

  • property
    Type : TProperty%

    Propriété extraite, ou valeur par défaut (TValue), si aucune propriété n'est associée à la clé spécifiée.

Valeur de retour

Type : Boolean
true si la propriété a été trouvée, false dans le cas contraire.

Exceptions

Exception Condition
ArgumentNullException

key a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

PropertyCollection Classe

Microsoft.VisualStudio.Utilities, espace de noms