Condividi tramite


Classe DefaultTriggerAttribute

Fornisce informazioni strumenti di progettazione su cosa TriggerBase creare un'istanza per un'azione o comando specificato.

Spazio dei nomi: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, AllowMultiple:=True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DefaultTriggerAttribute
    Inherits Attribute
'Utilizzo
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

Gerarchia ereditarietà

System.Object
   System.Attribute
    System.Windows.Interactivity.DefaultTriggerAttribute

Thread safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza invece non sono necessariamente thread-safe.

Vedere anche

Riferimenti

Membri DefaultTriggerAttribute
Spazio dei nomi System.Windows.Interactivity