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 的从零开始的索引(如果找到该项);如果找不到该项,则为零。
返回
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@)