共用方式為


ContentLinkProviderCollection.GetAt(UInt32) 方法

定義

傳回位於指定索引處的專案。

public:
 virtual ContentLinkProvider ^ GetAt(unsigned int index) = IVector<ContentLinkProvider ^>::GetAt;
ContentLinkProvider GetAt(uint32_t const& index);
public ContentLinkProvider GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As ContentLinkProvider

參數

index
UInt32

unsigned int

uint32_t

要擷取之值的整數索引。

傳回

位於指定索引處的 ContentLinkProvider。

實作

M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)

備註

重要

此 API 支援內容連結。 Windows 10 版本 1903 之後的 Windows 版本中不提供啟用內容連結的 Windows 功能。 XAML 文字控制項的內容連結在版本 1903 之後將無法運作。

適用於