GraphObject.GetSchemaValue(GraphProperty) Methode

Definition

Ruft den Schema spezifischen Wert der Eigenschaft ab, falls vorhanden.

protected public:
 virtual System::Object ^ GetSchemaValue(Microsoft::VisualStudio::GraphModel::GraphProperty ^ graphProperty);
protected internal virtual object GetSchemaValue (Microsoft.VisualStudio.GraphModel.GraphProperty graphProperty);
abstract member GetSchemaValue : Microsoft.VisualStudio.GraphModel.GraphProperty -> obj
override this.GetSchemaValue : Microsoft.VisualStudio.GraphModel.GraphProperty -> obj
Protected Friend Overridable Function GetSchemaValue (graphProperty As GraphProperty) As Object

Parameter

graphProperty
GraphProperty

Gibt zurück

Object

Der Schema spezifische Wert der Eigenschaft. NULL, wenn kein solcher Wert vorhanden ist.

Gilt für