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.

Implements

IList.Insert(Int32, Object)

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

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture