ITaskFormFactoryService 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.
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. |