共用方式為


BluetoothLEAdvertisement.LocalName 屬性

定義

公告中包含的本機名稱。

public:
 property Platform::String ^ LocalName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LocalName();

void LocalName(winrt::hstring value);
public string LocalName { get; set; }
var string = bluetoothLEAdvertisement.localName;
bluetoothLEAdvertisement.localName = string;
Public Property LocalName As String

屬性值

String

Platform::String

winrt::hstring

公告中包含的本機名稱。 這個屬性可以是藍牙 LE 規格所定義的縮短或完整本機名稱。

Windows 需求

應用程式功能
bluetooth

適用於