TriggerBase.AssociatedObjectTypeConstraint Property

Gets the type constraint of the associated object.

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

Syntax

'Declaration
Protected Overrides NotOverridable ReadOnly Property AssociatedObjectTypeConstraint As Type
'Usage
Dim value As Type

value = Me.AssociatedObjectTypeConstraint
protected override sealed Type AssociatedObjectTypeConstraint { get; }
protected:
virtual property Type^ AssociatedObjectTypeConstraint {
    Type^ get () override sealed;
}
/** @property */
protected final Type get_AssociatedObjectTypeConstraint ()
protected override final 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

TriggerBase Generic Class
TriggerBase Members
System.Windows.Interactivity Namespace