ActionEntityRegistrationInfo 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.
Provides information about an action entity that is accepted as an input to or returned as an output from an app action.
public ref class ActionEntityRegistrationInfo sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ActionEntityRegistrationInfo final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ActionEntityRegistrationInfo : System.IDisposable
Public NotInheritable Class ActionEntityRegistrationInfo
Implements IDisposable
- Inheritance
- Attributes
- Implements
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
| API contract |
Windows.AI.Actions.ActionsContract (introduced in v8.0)
|
Properties
| Name | Description |
|---|---|
| Kind |
Gets or sets the kind of the action entity. |
| Name |
Gets or sets the name of the action entity. |
Methods
| Name | Description |
|---|---|
| Close() |
Closes and releases any resources used by this ActionEntityRegistrationInfo. |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |