GraphObject::GetValue Method (GraphProperty^)

 

Gets the value of the specified annotation.

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

public:
Object^ GetValue(
	GraphProperty^ property
)

Parameters

property
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

Annotation key.

Return Value

Type: System::Object^

Object associated with the annotation, or null.

Return to top
Show: