共用方式為


WindowTabCollection.IndexOf(WindowTab, UInt32) 方法

定義

擷取指定專案的索引。

public:
 virtual bool IndexOf(WindowTab ^ value, [Out] unsigned int & index) = IVector<WindowTab ^>::IndexOf;
bool IndexOf(WindowTab const& value, [Out] uint32_t & index);
public bool IndexOf(WindowTab value, out uint index);
Public Function IndexOf (value As WindowTab, ByRef index As UInteger) As Boolean

參數

value
WindowTab

在集合中尋找的值。

index
UInt32

unsigned int

uint32_t

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

傳回

Boolean

bool

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

實作

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

備註

重要

此 API 僅適用于 Win32 傳統型應用程式。 不支援 UWP 和其他應用程式類型。

適用於