SwipeItems.RemoveAt(UInt32) Methode

Definition

Entfernt das Element am angegebenen Index.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

public:
 virtual void RemoveAt(unsigned int index) = IVector<SwipeItem ^>::RemoveAt;
void RemoveAt(uint32_t const& index);
public void RemoveAt(uint index);
Public Sub RemoveAt (index As UInteger)

Parameter

index
UInt32

unsigned int

uint32_t

Die Indexposition des zu entfernenden Elements.

Implementiert

M:Windows.Foundation.Collections.IVector`1.RemoveAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.RemoveAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.RemoveAt(uint32_t)

Gilt für: