Share via


TriggerActionCollection.CreateInstanceCore Method

Creates a new instance of the TriggerActionCollection.

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

Syntax

'Declaration
Protected Overrides Function CreateInstanceCore As Freezable
'Usage
Dim returnValue As Freezable

returnValue = Me.CreateInstanceCore
protected override Freezable CreateInstanceCore ()
protected:
virtual Freezable^ CreateInstanceCore () override
protected Freezable CreateInstanceCore ()
protected override function CreateInstanceCore () : Freezable

Return Value

The new instance.

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

TriggerActionCollection Class
TriggerActionCollection Members
System.Windows.Interactivity Namespace