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)
属性值
名称-值对的集合,提供设置通知格式的提示,例如文本样式、文本换行和对齐方式。 有关提示的完整列表,请参阅 自适应通知架构的文本元素条目。