Share via


CustomTextActionEntity.Properties Property

Definition

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IMapView<winrt::hstring, IInspectable const&> Properties();
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyDictionary<string,object> Properties { [Windows.Foundation.Metadata.Experimental] get; }
var iMapView = customTextActionEntity.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Property Value

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Attributes

Applies to