ISkillDescriptor.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.
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
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.