DialDevice.DeviceInfoSupportsDialAsync(DeviceInformation) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob das Gerät das Starten von DIAL-Apps unterstützt.
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)
Parameter
- device
- DeviceInformation
Das Gerät, für das Sie Informationen abrufen möchten.
Gibt zurück
True, wenn das Starten der App unterstützt wird; false, andernfalls.
- Attribute