ModelItemCollection.RemoveAt-Methode

Entfernt beim Überschreiben in einer abgeleiteten Klasse ein Element am angegebenen 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
)

Parameter

  • index
    Typ: System.Int32
    Der Index, an dem das Element entfernt werden soll.

Implementiert

IList<T>.RemoveAt(Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelItemCollection Klasse

Microsoft.Windows.Design.Model-Namespace

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers