TypeConstraintAttribute Class

Specifies type constraints on the AssociatedObject of TargetedTriggerAction and EventTriggerBase.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False, Inherited:=False)> _
Public NotInheritable Class TypeConstraintAttribute
    Inherits Attribute
'Usage
Dim instance As TypeConstraintAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false)] 
public sealed class TypeConstraintAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false, Inherited=false)] 
public ref class TypeConstraintAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false) */ 
public final class TypeConstraintAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=false) 
public final class TypeConstraintAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    System.Windows.Interactivity.TypeConstraintAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TypeConstraintAttribute Members
System.Windows.Interactivity Namespace