IAdaptiveNotificationContent.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 = iAdaptiveNotificationContent.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)
屬性值
名稱/值組的集合,提供設定通知格式的提示,例如文字樣式、文字換行和對齊方式。 如需提示的完整清單,請參閱 調適型通知架構的文字元素專案。