DefaultTriggerAttribute 類別
提供有關要為指定動作或命令具現化什麼 TriggerBase 的設計工具資訊。
命名空間: System.Windows.Interactivity
組件: System.Windows.Interactivity (在 system.windows.interactivity.dll 中)
語法
'宣告
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, AllowMultiple:=True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DefaultTriggerAttribute
Inherits Attribute
'用途
Dim instance As DefaultTriggerAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true)]
[CLSCompliantAttribute(false)]
public sealed class DefaultTriggerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, AllowMultiple=true)]
[CLSCompliantAttribute(false)]
public ref class DefaultTriggerAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true) */
/** @attribute CLSCompliantAttribute(false) */
public final class DefaultTriggerAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple=true)
CLSCompliantAttribute(false)
public final class DefaultTriggerAttribute extends Attribute
繼承階層
System.Object
System.Attribute
System.Windows.Interactivity.DefaultTriggerAttribute
執行緒安全性
此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。
另請參閱
參照
DefaultTriggerAttribute 成員
System.Windows.Interactivity 命名空間