NotificationBinding.Hints プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知バインディングの書式設定ヒントを取得します。
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 = notificationBinding.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)
プロパティ値
プロパティと値のペアのコレクション。