次の方法で共有


CharacterGroupings.IndexOf(CharacterGrouping, UInt32) メソッド

定義

文字グループのセット内の指定した CharacterGrouping オブジェクトのインデックスを返します。

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

パラメーター

value
CharacterGrouping

セット内で検索する CharacterGrouping オブジェクト。

index
UInt32

unsigned int

uint32_t

CharacterGrouping オブジェクトの 0 から始まるインデックス (見つかった場合)。 オブジェクトが見つからない場合、メソッドは 0 を返します。

戻り値

Boolean

bool

オブジェクトが見つかった場合は True、それ以外の場合は false。

実装

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

適用対象