KnownRetailInfoProperties Class

Definition

Identifies the string keys that might exist within the RetailInfo.Properties map of retail-demo relevant property values.

public ref class KnownRetailInfoProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.ProfileRetailInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KnownRetailInfoProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.ProfileRetailInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class KnownRetailInfoProperties
Public Class KnownRetailInfoProperties
Inheritance
Object Platform::Object IInspectable KnownRetailInfoProperties
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.System.Profile.ProfileRetailInfoContract (introduced in v1.0)

Remarks

All members of KnownRetailInfoProperties are static string properties where the base API name and the value of the string match exactly. The intention of this type is to use the members as the string source when you use the generic IMapView or IReadOnlyDictionary APIs that access the RetailInfo.Properties items by string key, so that you're asking for properties that typically exist.

Properties

BatteryLifeDescription

Gets the string that identifies the KnownRetailInfoProperties retail demo property.

DisplayDescription

Gets the string that identifies the DisplayDescription retail demo property.

DisplayModelName

Gets the string that identifies the DisplayModelName retail demo property.

FormFactor

Gets the string that identifies the FormFactor retail demo property.

FrontCameraDescription

Gets the string that identifies the FrontCameraDescription retail demo property.

GraphicsDescription

Gets the string that identifies the GraphicsDescription retail demo property.

HasNfc

Gets the string that identifies the HasNfc retail demo property.

HasOpticalDrive

Gets the string that identifies the HasOpticalDrive retail demo property.

HasSdSlot

Gets the string that identifies the HasSdSlot retail demo property.

IsFeatured

Gets the string that identifies the IsFeatured retail demo property.

IsOfficeInstalled

Gets the string that identifies the IsOfficeInstalled retail demo property.

ManufacturerName

Gets the string that identifies the ManufacturerName retail demo property.

Memory

Gets the string that identifies the Memory retail demo property.

ModelName

Gets the string that identifies the ModelName retail demo property.

Price

Gets the string that identifies the Price retail demo property.

ProcessorDescription

Gets the string that identifies the ProcessorDescription retail demo property.

RearCameraDescription

Gets the string that identifies the RearCameraDescription retail demo property.

RetailAccessCode

Gets the string that identifies the RetailAccessCode retail demo property.

ScreenSize

Gets the string that identifies the ScreenSize retail demo property.

StorageDescription

Gets the string that identifies the StorageDescription retail demo property.

Weight

Gets the string that identifies the Weight retail demo property.

WindowsEdition

Gets the string that identifies the WindowsEdition retail demo property.

Applies to

See also