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
Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
API contract |
Windows.AI.Actions.ActionsContract (introduced in v4.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 | |
Contact | 8 |
Remarks
This enumeration is used by the ActionEntity.Kind property.