TemplateVisualStateAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState。
public ref class TemplateVisualStateAttribute sealed : Attribute
[Windows.Foundation.Metadata.AllowMultiple]
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class TemplateVisualStateAttribute : Attribute
Public NotInheritable Class TemplateVisualStateAttribute
Inherits Attribute
- 继承
-
TemplateVisualStateAttribute
- 属性
构造函数
TemplateVisualStateAttribute() |
初始化 TemplateVisualStateAttribute 类的新实例。 |
字段
GroupName |
指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState。 |
Name |
指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState。 |