ContentLinkChangeKind Enum

Definition

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

public enum class ContentLinkChangeKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class ContentLinkChangeKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum ContentLinkChangeKind
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

Edited 2

The content link is being changed.

Inserted 0

The content link is being added.

Removed 1

The content link is being removed.

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