ContentLinkChangeKind Enum
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.
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
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
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. |
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.
Product | Versions |
---|---|
WinRT | Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |