次の方法で共有


WindowTabCollection.GetAt(UInt32) メソッド

定義

指定したインデックスにある項目を返します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

取得する値の整数インデックス。

戻り値

指定したインデックスにあるウィンドウ タブ。

実装

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 は、Win32 デスクトップ アプリ専用です。 UWP やその他のアプリの種類はサポートされていません。

適用対象