FileExtensionVector.GetAt(UInt32) メソッド

定義

コレクション内の指定したインデックスにあるファイル名拡張子を取得します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

取得するファイル名拡張子の 0 から始まるインデックス。

戻り値

String

Platform::String

winrt::hstring

指定したインデックスにあるファイル名拡張子。

実装

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)

適用対象