ContentLinkInfo.SecondaryText Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to