TypeConstraintAttribute Constructor

Initializes a new instance of the TypeConstraintAttribute class.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public Sub New ( _
    constraint As Type _
)
public TypeConstraintAttribute(
    Type constraint
)
public:
TypeConstraintAttribute(
    Type^ constraint
)
new : 
        constraint:Type -> TypeConstraintAttribute
public function TypeConstraintAttribute(
    constraint : Type
)

Parameters

.NET Framework Security

See Also

Reference

TypeConstraintAttribute Class

Microsoft.Xaml.Interactivity Namespace