ContentLinkChangeKind Enum

Definition

Defines constants that specify what kind of change is being made to a ContentLink.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum ContentLinkChangeKind
Inheritance
ContentLinkChangeKind
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Name Value Description
Inserted 0

The content link is being added.

Removed 1

The content link is being removed.

Edited 2

The content link is being changed.

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.

This enumeration provides values for the ContentLinkChangedEventArgs.ChangeKind property.

Applies to

Product Versions
WinRT Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100