ModelItemCollection.RemoveAt Method

When overridden in a derived class, removes an item at the specified index.

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

Syntax

'Declaration
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit 
public abstract function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System.Int32
    The index at which to remove the item.

Implements

IList<T>.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture