SwipeItems.RemoveAt(UInt32) Метод

Определение

Удаляет элемент по указанному индексу.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App SDK пространства имен).

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)

Параметры

index
UInt32

unsigned int

uint32_t

Индекс позиции удаляемого элемента.

Реализации

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)

Применяется к