StoreHardwareManufacturerInfo Class

Definition

Provides information about the manufacturer for the current device.

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
Inheritance
Object Platform::Object IInspectable StoreHardwareManufacturerInfo
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

To retrieve an instance of this class, use the HardwareManufacturerInfo property of the StoreConfiguration class.

Important

Access to this API is protected by a private capability that is restricted to apps that are developed by Microsoft.

Properties

HardwareManufacturerId

Gets the hardware manufacture ID for the current device.

ManufacturerName

Gets the name of the hardware manufacturer for the current device.

ModelName

Gets the model name for the current device.

StoreContentModifierId

Gets the ID of the Microsoft Store content modifier.

Applies to