Share via


BluetoothDevice.DeviceId Propiedad

Definición

Obtiene el identificador de dispositivo que procede del Windows.Devices.Enumeration.DeviceInformation.Id

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = bluetoothDevice.deviceId;
Public ReadOnly Property DeviceId As String

Valor de propiedad

String

Platform::String

winrt::hstring

Identificador del dispositivo.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a