ITaskFormFactoryService 接口

定义

定义用于执行任务窗体操作的方法。

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
属性

属性

TaskForms

从任务窗体获取信息的集合。

方法

CreateTaskFormInstance(String, IContext)

初始化任务窗体的新实例。

适用于