Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 837 Bytes

File metadata and controls

37 lines (20 loc) · 837 Bytes
-api-id M:Windows.AI.Actions.ActionEntityFactory.CreateTextEntity(System.String,Windows.AI.Actions.ActionEntityTextFormat)
-api-type winrt method

Windows.AI.Actions.ActionEntityFactory.CreateTextEntity(System.String,Windows.AI.Actions.ActionEntityTextFormat)

-description

Creates a new instance of TextActionEntity with the specified text and text format.

-parameters

-param text

The text of the new TextActionEntity.

-param textFormat

A member of the ActionEntityTextFormat enumeration specifying the format of the text.

-returns

A new TextActionEntity.

-remarks

-see-also

-examples