KnownResourceQualifierName Class

Definition

Contains names for common resource qualifiers such as language, system theme, and display scale.

public ref class KnownResourceQualifierName abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.Resources.MrtContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KnownResourceQualifierName final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract, 65536)]
class KnownResourceQualifierName final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.Resources.MrtContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class KnownResourceQualifierName
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract), 65536)]
public static class KnownResourceQualifierName
Public Class KnownResourceQualifierName
Inheritance
Object Platform::Object IInspectable KnownResourceQualifierName
Attributes

Properties

Contrast

Gets the name for a qualifier based on the contrast settings.

Custom

Gets the name for a qualifier based on a custom value.

DeviceFamily

Gets the name for a qualifier based on the current device's family.

HomeRegion

Gets the name for a qualifier based on the current home region.

Language

Gets the name for a qualifier based on the current language.

LayoutDirection

Gets the name for a qualifier based on the current UI layout direction.

Scale

Gets the name for a qualifier based on the current display scale.

TargetSize

Gets the name for a qualifier based on target size.

Theme

Gets the name for a qualifier based on the current theme.

Applies to