ContentLinkInfo.LinkContentKind Property

Definition

Gets or sets a value that indicates what kind of content the link contains.

public:
 property Platform::String ^ LinkContentKind { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LinkContentKind();

void LinkContentKind(winrt::hstring value);
public string LinkContentKind { get; set; }
var string = contentLinkInfo.linkContentKind;
contentLinkInfo.linkContentKind = string;
Public Property LinkContentKind As String

Property Value

String

Platform::String

winrt::hstring

A string that indicates what kind of content the link contains.

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