GraphObject.GetSchemaValue(GraphProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.