ActionEntityKind Enum
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.
Specifies the entity subclass of an ActionEntity.
public enum class ActionEntityKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 65536)]
enum class ActionEntityKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 65536)]
public enum ActionEntityKind
var value = Windows.AI.Actions.ActionEntityKind.none
Public Enum ActionEntityKind
- Inheritance
-
ActionEntityKind
- Attributes
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)
|
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | None. |
| Document | 1 | The entity is a DocumentActionEntity. |
| File | 2 | The entity is a FileActionEntity. |
| Photo | 3 | The entity is a PhotoActionEntity. |
| Text | 4 | The entity is a TextActionEntity. |
| StreamingText | 5 | The entity is a StreamingTextActionEntity. |
| RemoteFile | 6 | The entity is a RemoteFileActionEntity. |
| Table | 7 | The entity is a TableActionEntity. |
| Contact | 8 | The entity is a ContactActionEntity. |
| Uri | 9 | The entity is a UriActionEntity. |
| Array | 10 | |
| Appointment | 11 | |
| Date | 12 | |
| CustomText | 13 |
Remarks
This enumeration is used by the ActionEntity.Kind property.