IActivityTemplateFactory<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the generic IActivityTemplateFactory.
generic <typename T>
where T : classpublic interface class IActivityTemplateFactory
public interface IActivityTemplateFactory<T> where T : class
type IActivityTemplateFactory<'T (requires 'T : null)> = interface
Public Interface IActivityTemplateFactory(Of T)
Type Parameters
- T
The type this factory is created.
- Derived
Methods
Create(DependencyObject, IDataObject) |
Creates an instance of the activity class that represents a predefined design pattern for the specified target object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.