GraphObject::GetSchemaValue Method (GraphProperty^)

 

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

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public protected:
virtual Object^ GetSchemaValue(
	GraphProperty^ graphProperty
)

Return Value

Type: System::Object^

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

Return to top
Show: