IndexedResourceCandidate.Metadata 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 list of metadata name value pairs.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ Metadata { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Metadata();
public IReadOnlyDictionary<string,string> Metadata { get; }
var iMapView = indexedResourceCandidate.metadata;
Public ReadOnly Property Metadata As IReadOnlyDictionary(Of String, String)
Property Value
A list of string pairs, each containing the name of an IndexedResourceQualifier and its value.