ISkillDescriptor.Metadata Property

Definition

IReadOnlyDictionary of skill metadata.

public:
 property Windows::Foundation::Collections::IMapView<System::String ^, System::String ^> ^ Metadata { Windows::Foundation::Collections::IMapView<System::String ^, System::String ^> ^ get(); };
public Windows.Foundation.Collections.IMapView<string,string> Metadata { get; }
member this.Metadata : Windows.Foundation.Collections.IMapView<string, string>
Public ReadOnly Property Metadata As IMapView(Of String, String)

Property Value

Windows.Foundation.Collections.IMapView<String,String>

IReadOnlyDictionary of skill metadata.

Remarks

This is an additional way to convey information about the skill. Refer to the specific skill's documentation for details about available metadata.

Applies to