GraphObject.Item[GraphProperty] Property

Definition

Property that gets or sets a property value.

public:
 property System::Object ^ default[Microsoft::VisualStudio::GraphModel::GraphProperty ^] { System::Object ^ get(Microsoft::VisualStudio::GraphModel::GraphProperty ^ property); void set(Microsoft::VisualStudio::GraphModel::GraphProperty ^ property, System::Object ^ value); };
public object this[Microsoft.VisualStudio.GraphModel.GraphProperty property] { get; set; }
member this.Item(Microsoft.VisualStudio.GraphModel.GraphProperty) : obj with get, set
Default Public Property Item(property As GraphProperty) As Object

Parameters

property
GraphProperty

The property to set

Property Value

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

Applies to