Compartilhar via


BluetoothLEAdvertisementPublisher.Advertisement Propriedade

Definição

Obtém uma cópia do anúncio do Bluetooth LE a ser publicado.

Ao configurar o objeto publisher, você não pode adicionar tipos de seção restritos (BluetoothLEAdvertisementPublisher.Advertisement.Flags e BluetoothLEAdvertisementPublisher.Advertisement.LocalName). Tentar definir esses valores de propriedade resulta em uma exceção de runtime. Você ainda pode definir a seção de dados do fabricante ou quaisquer outras seções não definidas pela lista de restrições.

public:
 property BluetoothLEAdvertisement ^ Advertisement { BluetoothLEAdvertisement ^ get(); };
BluetoothLEAdvertisement Advertisement();
public BluetoothLEAdvertisement Advertisement { get; }
var bluetoothLEAdvertisement = bluetoothLEAdvertisementPublisher.advertisement;
Public ReadOnly Property Advertisement As BluetoothLEAdvertisement

Valor da propriedade

Uma cópia do anúncio bluetooth LE a ser publicado.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também