Partager via


GraphObject.GetSchemaValue, méthode

Obtient la valeur spécifique au schéma de la propriété, s'il existe.

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

Syntaxe

'Déclaration
Protected Friend Overridable Function GetSchemaValue ( _
    graphProperty As GraphProperty _
) As Object
protected internal virtual Object GetSchemaValue(
    GraphProperty graphProperty
)
protected public:
virtual Object^ GetSchemaValue(
    GraphProperty^ graphProperty
)
abstract GetSchemaValue : 
        graphProperty:GraphProperty -> Object  
override GetSchemaValue : 
        graphProperty:GraphProperty -> Object
function GetSchemaValue(
    graphProperty : GraphProperty
) : Object

Paramètres

Valeur de retour

Type : Object
La valeur spécifique au schéma de la propriété.Null si aucune valeur n'existe.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms