次の方法で共有


CharacterGroupings.GetAt(UInt32) メソッド

定義

文字グループのセット内の指定したインデックス位置にある CharacterGrouping を返します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

返すセット内の CharacterGrouping の 0 から始まるインデックス。

戻り値

指定したインデックス位置の CharacterGrouping

実装

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

適用対象