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 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
TriggerBase Class
TriggerBase Members
System.Windows.Interactivity Namespace