ContentLinkChangeKind Enum
Definition
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
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.