次の方法で共有


ResourceCandidateVectorView.IndexOf(ResourceCandidate, UInt32) メソッド

定義

セット内の指定した 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

trueResourceCandidate が見つかった場合は 。それ以外の場合は 。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@)

適用対象