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
- graphProperty
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.