AnalyticsVersionInfo.ProductName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行应用程序的设备的产品名称。
public:
property Platform::String ^ ProductName { Platform::String ^ get(); };
winrt::hstring ProductName();
public string ProductName { get; }
var string = analyticsVersionInfo.productName;
Public ReadOnly Property ProductName As String
属性值
设备名称。
Windows 要求
设备系列 |
Windows 10, version 2104 (在 10.0.20348.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v12.0 中引入)
|