StoreHardwareManufacturerInfo 类

定义

提供有关当前设备的制造商的信息。

public ref class StoreHardwareManufacturerInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreHardwareManufacturerInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreHardwareManufacturerInfo
Public NotInheritable Class StoreHardwareManufacturerInfo
继承
Object Platform::Object IInspectable StoreHardwareManufacturerInfo
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

若要检索此类的实例,请使用 StoreConfiguration 类的 HardwareManufacturerInfo 属性。

重要

对此 API 的访问受专用功能保护,该功能仅限于 Microsoft 开发的应用。

属性

HardwareManufacturerId

获取当前设备的硬件制造 ID。

ManufacturerName

获取当前设备的硬件制造商的名称。

ModelName

获取当前设备的模型名称。

StoreContentModifierId

获取 Microsoft Store 内容修饰符的 ID。

适用于