GraphObject::Item Property (GraphProperty^)
Visual Studio 2015
Property that gets or sets a property value.
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.
Show: