GraphObject::GetSchemaValue Method (GraphProperty^)
Visual Studio 2015
Gets the schema-specific value of the property, if one exists.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- graphProperty
- Type: Microsoft.VisualStudio.GraphModel::GraphProperty^
Return Value
Type: System::Object^The schema-specific value of the property. Null if no such value exists.
Show: