IActivityTemplateFactory<T> Interface

.NET Framework (current version)
 

Represents the generic IActivityTemplateFactory.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

generic<typename T>
where T : ref class
public interface class IActivityTemplateFactory

Type Parameters

T

The type this factory is created.

NameDescription
System_CAPS_pubmethodCreate(DependencyObject^, IDataObject^)

Creates an instance of the activity class that represents a predefined design pattern for the specified target object.

.NET Framework
Available since 4.5
Return to top
Show: