Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list item at the specified index. If you set an item, the operation will be performed inside a transaction.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Overrides Default Property Item ( _
index As Integer _
) As Object
public override Object this[
int index
] { get; set; }
public:
virtual property Object^ default[int index] {
Object^ get (int index) override;
void set (int index, Object^ value) override;
}
abstract Item :
index:int -> Object with get, set
override Item :
index:int -> Object with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Type: System.Object
Implements
.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.