AdaptiveNotificationText.Hints Property

Definition

Specifies hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Hints { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Hints();
public IDictionary<string,string> Hints { get; }
var iMap = adaptiveNotificationText.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

A collection of name-value pairs that provide hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.

Implements

Applies to