CortanaTileNotificationTriggerDetails.LargeContent1 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Cortana 动态磁贴标题的字符串。 在动态磁贴上,内容以所有大写显示。
public:
property Platform::String ^ LargeContent1 { Platform::String ^ get(); };
winrt::hstring LargeContent1();
public string LargeContent1 { get; }
var string = cortanaTileNotificationTriggerDetails.largeContent1;
Public ReadOnly Property LargeContent1 As String
属性值
表示 Cortana 动态磁贴标题的字符串。
Windows 要求
应用功能 |
accessoryManager
|
注解
调用此 API 需要在应用程序清单中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。