Partager via


PropertyBag.GetProperty<T>, méthode (String)

Obtient la propriété de cette collection avec 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 GetProperty(Of T) ( _
    key As String _
) As T
public T GetProperty<T>(
    string key
)

Paramètres de type

  • T
    Type de la propriété.

Paramètres

Valeur de retour

Type : T
La propriété de cette collection avec le nom spécifié.

Sécurité .NET Framework

Voir aussi

Référence

PropertyBag Classe

GetProperty, surcharge

Microsoft.TeamFoundation.Client, espace de noms