ContentLinkInfo.SecondaryText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要向用户显示的 ContentLink 的其他信息。
public:
property Platform::String ^ SecondaryText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SecondaryText();
void SecondaryText(winrt::hstring value);
public string SecondaryText { get; set; }
var string = contentLinkInfo.secondaryText;
contentLinkInfo.secondaryText = string;
Public Property SecondaryText As String
属性值
有关要向用户显示的 ContentLink 的其他信息。 默认值为空字符串。
注解
重要
此 API 支持内容链接。 高于 Windows 10 版本 1903 的 Windows 版本中不提供启用内容链接的 Windows 功能。 在高于 1903 版本的 Windows 版本中,XAML 文本控件的内容链接将无法正常运行。