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)

タスク フォームの新しいインスタンスを初期化します。

適用対象