IndexedResourceQualifier.QualifierValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the qualifier.
public:
property Platform::String ^ QualifierValue { Platform::String ^ get(); };
winrt::hstring QualifierValue();
public string QualifierValue { get; }
var string = indexedResourceQualifier.qualifierValue;
Public ReadOnly Property QualifierValue As String
Property Value
The value of the qualifier. The case of the qualifier value should be preserved from the first instance of the qualifier discovered during indexing.
Examples of the qualifier value are:
- "100", "140", or "180" for scale.
- "fr-FR" for language.
- "high" for contrast.