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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: Int32

Property Value

Type: Object

Implements

IList.Item

.NET Framework Security

See Also

Reference

ModelingBindingSource Class

Microsoft.VisualStudio.Modeling.Design Namespace