GraphObject.Item Property
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.GraphPropertyThe property to set.
Property Value
Type: 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.