SwipeItems.RemoveAt(UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernt das Element am angegebenen Index.
Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.SwipeItems.RemoveAt(UInt32) (für WinUI in der 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);
function removeAt(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)