GraphObject::Item Property (GraphProperty^)

 

Property that gets or sets a property value.

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

public:
property Object^ default[
	GraphProperty^ property
] {
	Object^ get(GraphProperty^ property);
	void set(GraphProperty^ property, Object^ value);
}

Property Value

Type: System::Object^

The object associated with the annotation, or default if annotation does not exist.

Return to top
Show: