ITaskFormFactoryService Interface

Definition

Defines a method that performs an operation of the task form.

public interface class ITaskFormFactoryService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("a9e18ed5-2630-4c2a-a36a-af8329968d11")]
public interface ITaskFormFactoryService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("a9e18ed5-2630-4c2a-a36a-af8329968d11")>]
type ITaskFormFactoryService = interface
Public Interface ITaskFormFactoryService
Attributes

Properties

TaskForms

Gets the collection of information from the task form.

Methods

CreateTaskFormInstance(String, IContext)

Initializes a new instance of the task form.

Applies to