次の方法で共有


AdaptiveNotificationText.Hints プロパティ

定義

テキスト スタイル、テキストの折り返し、配置など、通知を書式設定するためのヒントを指定します。 ヒントの完全な一覧については、 アダプティブ通知スキーマのテキスト要素エントリを参照してください。

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)

プロパティ値

IMap<String,String>

IDictionary<String,String>

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

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

テキスト スタイル、テキストの折り返し、配置など、通知を書式設定するためのヒントを提供する名前と値のペアのコレクション。 ヒントの完全な一覧については、 アダプティブ通知スキーマのテキスト要素エントリを参照してください。

実装

適用対象