ResourceQualifierVectorView.IndexOf(ResourceQualifier, UInt32) 方法

定义

返回视图中指定 ResourceQualifier 的索引。

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

参数

value
ResourceQualifier

在集中查找的 ResourceQualifier

index
UInt32

unsigned int

uint32_t

对象的从零开始的索引(如果找到)。 如果未找到对象,则方法返回零。

返回

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@)

适用于