RemoteSystemApp.DisplayName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此应用程序的显示友好名称。 这是设备用于蓝牙标识的名称。 如果尚未设置此项或设备不支持蓝牙,则此字段将为空。
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
属性值
显示名称的字符串。