HubSectionCollection.IndexOf(HubSection, UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した項目のインデックスを取得します。
bool IndexOf(HubSection const& value, [Out] uint32_t & index);
public bool IndexOf(HubSection value, out uint index);
Public Function IndexOf (value As HubSection, ByRef index As UInteger) As Boolean
パラメーター
- value
- HubSection
コレクション内で検索する値。
- index
-
UInt32
uint32_t
項目のインデックス (見つかった場合)。
戻り値
Boolean
bool
指定 した値を持つ項目が見つかった場合は true。それ以外の場合は false。
実装
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)