SkillFeature Class
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.
Encapsulates an ISkillFeatureValue and acts as a static factory for itself.
public ref class SkillFeature sealed : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature, Windows::Foundation::IClosable
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureStatics), 65536, "Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract")]
public sealed class SkillFeature : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature, Windows.Foundation.IClosable
type SkillFeature = class
interface ISkillFeature
interface IClosable
Public NotInheritable Class SkillFeature
Implements IClosable, ISkillFeature
- Inheritance
-
SkillFeature
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.StaticAttribute
- Implements
-
ISkillFeature Windows.Foundation.IClosable
Properties
| Descriptor |
The ISkillFeatureDescriptor associated with this feature. |
| Device |
The ISkillExecutionDevice which dictates the memory space where this feature resides. |
| FeatureValue |
The value set on this feature. |
Methods
| Close() |
Releases system resources that are exposed by a Windows Runtime object. |
| Create(ISkillFeatureDescriptor, ISkillExecutionDevice) |
Instantiates a SkillFeature. |
| SetFeatureValueAsync(Object) |
Sets a value to this feature. |
| SetFeatureValueAsync(Object, ISkillFeatureDescriptor) |
Sets a value to this feature that follows a particular descriptor. |