Share via


TableActionEntity Class

Definition

A subtype of ActionEntity that represents a two-dimensional table of string values.

public ref class TableActionEntity sealed : ActionEntity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.Actions.ActionsContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TableActionEntity final : ActionEntity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.Actions.ActionsContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TableActionEntity : ActionEntity
Public NotInheritable Class TableActionEntity
Inherits ActionEntity
Inheritance
Object Platform::Object IInspectable ActionEntity TableActionEntity
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)

Remarks

Create an instance of this class by calling ActionEntityFactory.CreateTableEntity.

Properties

Name Description
ColumnCount

Gets the number of columns in the table.

DisplayInfo

Gets an object that contains the display information for the ActionEntity.

(Inherited from ActionEntity)
Id

Gets the unique identifier for the ActionEntity.

(Inherited from ActionEntity)
Kind

Gets a value specifying what kind of entity this ActionEntity is.

(Inherited from ActionEntity)
RowCount

Gets the number of rows in the table.

Methods

Name Description
Close()

Closes and releases any resources used by this ActionEntity.

(Inherited from ActionEntity)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from ActionEntity)
GetTextContent()

Gets a one-dimensional array of string values representing a two-dimensional string table.

Applies to