次の方法で共有


ActionEntityFactory.CreateCustomTextEntity Method

Definition

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

props

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Returns

Attributes

Applies to