RemoteSystemApp.DisplayName 属性

定义

此应用程序的显示友好名称。 这是设备用于蓝牙标识的名称。 如果尚未设置此项或设备不支持蓝牙,则此字段将为空。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = remoteSystemApp.displayName;
Public ReadOnly Property DisplayName As String

属性值

String

Platform::String

winrt::hstring

显示名称的字符串。

适用于