Share via


CastingDevice.DeviceInfoSupportsCastingAsync(DeviceInformation) Methode

Definition

Gibt an, ob das angegebene Gerät (ein DeviceInformation-Objekt ) die Umwandlung unterstützt.

public:
 static IAsyncOperation<bool> ^ DeviceInfoSupportsCastingAsync(DeviceInformation ^ device);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> DeviceInfoSupportsCastingAsync(DeviceInformation const& device);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> DeviceInfoSupportsCastingAsync(DeviceInformation device);
function deviceInfoSupportsCastingAsync(device)
Public Shared Function DeviceInfoSupportsCastingAsync (device As DeviceInformation) As IAsyncOperation(Of Boolean)

Parameter

device
DeviceInformation

Das Gerät, über das Sie wissen möchten.

Gibt zurück

True, wenn das Gerät die Umwandlung unterstützt; false andernfalls.

Attribute

Gilt für: