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

屬性

名稱 Description
TaskForms

從任務表單取得資訊收集。

方法

名稱 Description
CreateTaskFormInstance(String, IContext)

初始化任務表單的新實例。

適用於