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
Get
Set
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 : Object with get, set
JScript does not support indexed properties.
Parameters
- property
Type: Microsoft.VisualStudio.GraphModel.GraphProperty
Property Value
Type: System.Object
.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.