Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.07 KB

deviceinformation_findallasync_1907805458.md

File metadata and controls

33 lines (23 loc) · 2.07 KB
-api-id -api-type
M:Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String,Windows.Foundation.Collections.IIterable{System.String},Windows.Devices.Enumeration.DeviceInformationKind)
winrt method

Windows.Devices.Enumeration.DeviceInformation.FindAllAsync

-description

Enumerates DeviceInformation objects matching the specified Advanced Query Syntax (AQS) device interface selector string, the device kind, and including the specified collection of properties.

-parameters

-param aqsFilter

An AQS device interface selector string that filters the DeviceInformation objects to enumerate. Typically this string is retrieved from the GetDeviceSelector method of a class that interacts with devices. For example, GetDeviceSelector retrieves the string for the StorageDevice class.

-param additionalProperties

An iterable list of additional properties to include in the Properties property of the DeviceInformation objects in the enumeration results. For more info on what the properties represent, see Device information properties.

-param kind

The specific type of device to find.

-returns

The object for managing the asynchronous operation.

-remarks

-examples

-see-also

FindAllAsync, FindAllAsync(DeviceClass), FindAllAsync(String), FindAllAsync(String, IIterable(String))