Partager via


PropertyBag.TryGetProperty<T>, méthode

Tente d'obtenir une propriété portant le nom spécifié.

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

Syntaxe

'Déclaration
Public Function TryGetProperty(Of T) ( _
    key As String, _
    <OutAttribute> ByRef value As T _
) As Boolean
public bool TryGetProperty<T>(
    string key,
    out T value
)

Paramètres de type

  • T
    Type de la propriété.

Paramètres

  • value
    Type : T%
    Valeur de la propriété.

Valeur de retour

Type : System.Boolean
True si la propriété spécifiée est située dans cette collection ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

PropertyBag Classe

Microsoft.TeamFoundation.Client, espace de noms