DeviceInfo.Name 属性

定义

获取设备的名称。

public:
 static property System::String ^ Name { System::String ^ get(); };
public static string Name { get; }
static member Name : string
Public Shared ReadOnly Property Name As String

属性值

设备名称 (通常由用户) 指定。

注解

此值通常由设备的用户指定。

适用于