TriggerAction.AssociatedObjectTypeConstraint Property

Gets the associated object type constraint.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property AssociatedObjectTypeConstraint As Type
'Usage
Dim value As Type

value = Me.AssociatedObjectTypeConstraint
protected virtual Type AssociatedObjectTypeConstraint { get; }
protected:
virtual property Type^ AssociatedObjectTypeConstraint {
    Type^ get ();
}
/** @property */
protected Type get_AssociatedObjectTypeConstraint ()
protected function get AssociatedObjectTypeConstraint () : Type

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

TriggerAction Class
TriggerAction Members
System.Windows.Interactivity Namespace