ResourceCandidate.QualifierValues 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 qualifiers associated with this ResourceCandidate.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ QualifierValues { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> QualifierValues();
public IReadOnlyDictionary<string,string> QualifierValues { get; }
var iMapView = resourceCandidate.qualifierValues;
Public ReadOnly Property QualifierValues As IReadOnlyDictionary(Of String, String)
Property Value
A dictionary that contains all qualifiers associated with this ResourceCandidate.