Поделиться через


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

Применяется к