DefaultTriggerAttribute.Instantiate Method

Instantiates this instance.

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

Syntax

'Declaration
Public Function Instantiate As TriggerBase
'Usage
Dim instance As DefaultTriggerAttribute
Dim returnValue As TriggerBase

returnValue = instance.Instantiate
public TriggerBase Instantiate ()
public:
TriggerBase^ Instantiate ()
public TriggerBase Instantiate ()
public function Instantiate () : TriggerBase

Return Value

The TriggerBase specified by the DefaultTriggerAttribute.

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

DefaultTriggerAttribute Class
DefaultTriggerAttribute Members
System.Windows.Interactivity Namespace