ModelItemCollection.IList.Insert Method
For a description of this member, see IList.Insert.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
void IList.Insert(
int index,
Object value
)
private:
virtual void Insert(
int index,
Object^ value
) sealed = IList::Insert
private abstract Insert :
index:int *
value:Object -> unit
private override Insert :
index:int *
value:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- index
Type: System.Int32
The zero-based index at which value should be inserted.
- value
Type: System.Object
The object to insert into the IList.
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