DeviceInformation.Name 属性

定义

设备的名称。 此名称采用应用的最佳可用语言。

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = deviceInformation.name;
Public ReadOnly Property Name As String

属性值

String

Platform::String

winrt::hstring

设备的名称。 此名称采用应用的最佳可用语言。

注解

Name 属性应仅用于显示目的,而不能用于查找设备,因为 Name 可能会因本地化或用户分配名称而更改。

适用于