共用方式為


ContentLinkProviderCollection.IndexOf(ContentLinkProvider, UInt32) 方法

定義

擷取指定專案的索引。

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

參數

value
ContentLinkProvider

在集合中尋找的值。

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 支援內容連結。 Windows 10 版本 1903 之後的 Windows 版本中不提供啟用內容連結的 Windows 功能。 XAML 文字控制項的內容連結在版本 1903 之後將無法運作。

適用於