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
Type: Microsoft.VisualStudio.GraphModel.GraphProperty
Property Value
Type: System.Object
The object associated with the annotation, or default if annotation does not exist.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.