SwipeItems.IndexOf(SwipeItem, UInt32) 方法

定義

擷取指定專案的索引。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

bool IndexOf(SwipeItem const& value, [Out] uint32_t & index);
public bool IndexOf(SwipeItem value, out uint index);
Public Function IndexOf (value As SwipeItem, ByRef index As UInteger) As Boolean

參數

value
SwipeItem

集合中要尋找的值。

index
UInt32

uint32_t

如果找到,則為要尋找之專案的索引。

傳回

Boolean

bool

如果找到具有指定值的專案,則為true;否則為false

實作

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

適用於