ModelItemCollection.IList.RemoveAt Method

For a description of this member, see IList.RemoveAt.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit 
private override RemoveAt : 
        index:int -> unit 
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: System.Int32
    The zero-based index of the item to remove.

Implements

IList.RemoveAt(Int32)

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