DialDevice.DeviceInfoSupportsDialAsync(DeviceInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether or not the device supports launching DIAL apps.
public:
static IAsyncOperation<bool> ^ DeviceInfoSupportsDialAsync(DeviceInformation ^ device);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> DeviceInfoSupportsDialAsync(DeviceInformation const& device);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> DeviceInfoSupportsDialAsync(DeviceInformation device);
function deviceInfoSupportsDialAsync(device)
Public Shared Function DeviceInfoSupportsDialAsync (device As DeviceInformation) As IAsyncOperation(Of Boolean)
Parameters
- device
- DeviceInformation
The device you want to get information for.
Returns
True if app launching is supported; false, otherwise.
- Attributes