ITaskFormFactoryService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一種執行任務形式操作的方法。
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) |
初始化任務表單的新實例。 |