GraphObject.Item Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Property that gets or sets a property value.

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

Syntax

'Declaration
Public Default Property Item ( _
    property As GraphProperty _
) As Object
public Object this[
    GraphProperty property
] { get; set; }
public:
property Object^ default[GraphProperty^ property] {
    Object^ get (GraphProperty^ property);
    void set (GraphProperty^ property, Object^ value);
}
member Item : 
        property:GraphProperty -> Object with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object
The object associated with the annotation, or default if annotation does not exist.

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace