GraphObject.GetSchemaValue(GraphProperty) Method

Definition

Gets the schema specific value of the property if one exists.

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

Parameters

graphProperty
GraphProperty

Returns

The schema specific value of the property. Null if no such value exists.

Applies to