ContentLinkChangeKind 列舉

定義

定義常數,指定對 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
繼承
ContentLinkChangeKind
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

欄位

Edited 2

正在變更內容連結。

Inserted 0

正在新增內容連結。

Removed 1

正在移除內容連結。

備註

重要

此 API 支援內容連結。 Windows 10 版本 1903 之後的 Windows 版本中不提供啟用內容連結的 Windows 功能。 XAML 文字控制項的內容連結在版本 1903 之後將無法運作。

這個列舉會提供 ContentLinkChangedEventArgs.ChangeKind 屬性的值。

適用於