SkillFeatureMapValue Class

Definition

Defines an ISkillFeatureValue of SkillFeatureKind.Map. Also acts as a static factory for itself.

public ref class SkillFeatureMapValue sealed : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureValue, Windows::Foundation::IClosable
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public sealed class SkillFeatureMapValue : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureValue, Windows.Foundation.IClosable
type SkillFeatureMapValue = class
    interface ISkillFeatureValue
    interface IClosable
Public NotInheritable Class SkillFeatureMapValue
Implements IClosable, ISkillFeatureValue
Inheritance
SkillFeatureMapValue
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ContractVersionAttribute
Implements
ISkillFeatureValue Windows.Foundation.IClosable

Properties

Descriptor

The feature descriptor associated with this feature value.

MapView

Retrieves the IReadOnlyDictionary<K, V> used at creation as an object.

Methods

Close()

Releases system resources that are exposed by this object.

Applies to