ModelItemCollection.IList.Item Property
For a description of this member, see IList.Item.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Private Property Item ( _
index As Integer _
) As Object Implements IList.Item
Get
Set
Object IList.this[
int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
Object^ get (int index) sealed = IList::Item::get;
void set (int index, Object^ value) sealed = IList::Item::set;
}
private abstract Item : Object with get, set
private override Item : Object with get, set
JScript does not support explicit interface implementations.
Parameters
- index
Type: System.Int32
The zero-based index of the element to get or set.
Property Value
Type: System.Object
The element at the specified index.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ModelItemCollection instance is cast to an IList interface.
.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.
See Also
Reference
Microsoft.Windows.Design.Model Namespace