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