GraphObject.Item[GraphProperty] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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