Share via


ModelingBindingSource.Item Property

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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 : Object with get, set
override Item : Object with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object

Implements

IList.Item[Int32]

.NET Framework Security

See Also

Reference

ModelingBindingSource Class

Microsoft.VisualStudio.Modeling.Design Namespace