Partager via


GraphObject.GetValue<T>, méthode (String)

Obtient la valeur de la propriété spécifiée.

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

Syntaxe

'Déclaration
Public Function GetValue(Of T) ( _
    propertyId As String _
) As T
public T GetValue<T>(
    string propertyId
)
public:
generic<typename T>
T GetValue(
    String^ propertyId
)
member GetValue : 
        propertyId:string -> 'T 
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • T
    Le type de données à retourner.

Paramètres

Valeur de retour

Type : T
Objet associé à la propriété, ou annuler.

Exceptions

Exception Condition
InvalidOperationException

Levée si le type de propriété ne correspond pas au type générique donné.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

GetValue, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms