Share via


TypeConstraintAttribute Constructor

Initializes a new instance of the TypeConstraintAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    constraint As Type _
)
'Usage
Dim constraint As Type

Dim instance As New TypeConstraintAttribute(constraint)
public TypeConstraintAttribute (
    Type constraint
)
public:
TypeConstraintAttribute (
    Type^ constraint
)
public TypeConstraintAttribute (
    Type constraint
)
public function TypeConstraintAttribute (
    constraint : Type
)

See Also

Reference

TypeConstraintAttribute Class
TypeConstraintAttribute Members
System.Windows.Interactivity Namespace