次の方法で共有


DeviceInformationCollection.IndexOf(DeviceInformation, UInt32) メソッド

定義

コレクション内の指定した DeviceInformation オブジェクトのインデックスを返します。

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

パラメーター

value
DeviceInformation

コレクション内の DeviceInformation オブジェクト。

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

適用対象