Share via


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 名前空間