Share via


IndexedResourceCandidate.Metadata Property

Definition

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

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

A list of string pairs, each containing the name of an IndexedResourceQualifier and its value.

Applies to