ContentLinkInfo.SecondaryText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets additional information about the ContentLink to display to the user.
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
Property Value
Additional information about the ContentLink to display to the user. The default is an empty string.
Remarks
Important
This API supports content links. The Windows features that enable content links are not available in versions of Windows after Windows 10 version 1903. Content links for XAML text controls will not function in versions of Windows later than version 1903.