TeachingTipCloseReason 枚举

定义

定义指示 TeachingTip 关闭原因的常量。

public enum class TeachingTipCloseReason
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TeachingTipCloseReason
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TeachingTipCloseReason
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum TeachingTipCloseReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TeachingTipCloseReason
Public Enum TeachingTipCloseReason
继承
TeachingTipCloseReason
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

CloseButton 0

用户单击“关闭”按钮关闭了教学提示。

LightDismiss 1

教学提示被轻放关闭。

Programmatic 2

教学提示以编程方式关闭。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 教学提示

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

适用于

另请参阅