ActionEntityFactory.CreateCustomTextEntity Method
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.
public:
virtual CustomTextActionEntity ^ CreateCustomTextEntity(Platform::String ^ kind, Platform::String ^ keyPhrase, IMapView<Platform::String ^, Platform::Object ^> ^ props) = CreateCustomTextEntity;
/// [Windows.Foundation.Metadata.Experimental]
CustomTextActionEntity CreateCustomTextEntity(winrt::hstring const& kind, winrt::hstring const& keyPhrase, IMapView<winrt::hstring, IInspectable const&> const& props);
[Windows.Foundation.Metadata.Experimental]
public CustomTextActionEntity CreateCustomTextEntity(string kind, string keyPhrase, IReadOnlyDictionary<string,object> props);
function createCustomTextEntity(kind, keyPhrase, props)
Public Function CreateCustomTextEntity (kind As String, keyPhrase As String, props As IReadOnlyDictionary(Of String, Object)) As CustomTextActionEntity
Parameters
- kind
-
String
Platform::String
winrt::hstring
- keyPhrase
-
String
Platform::String
winrt::hstring
Returns
- Attributes