IWorkflowRootDesigner 介面

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定義叫用設計工具與訊息篩選屬性,以及判斷所有工作流程根設計工具是否支持活動的方法。

public interface class IWorkflowRootDesigner : IDisposable, System::ComponentModel::Design::IRootDesigner
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
type IWorkflowRootDesigner = interface
    interface IRootDesigner
    interface IDesigner
    interface IDisposable
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowRootDesigner = interface
    interface IRootDesigner
    interface IDesigner
    interface IDisposable
Public Interface IWorkflowRootDesigner
Implements IDisposable, IRootDesigner
衍生
屬性
實作

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

所有工作流程根設計師都是型別 ActivityDesigner 的,或是繼承自它。

屬性

名稱 Description
Component
已淘汰.

取得設計師正在設計的基礎元件。

(繼承來源 IDesigner)
InvokingDesigner
已淘汰.

會取得或設定 CompositeActivityDesigner 請求初始化工作流程根設計器的 。

MessageFilters
已淘汰.

取得與工作流程根設計器相關的訊息過濾器。

SupportedTechnologies
已淘汰.

獲得該設計師能支援的顯示技術。

(繼承來源 IRootDesigner)
SupportsLayoutPersistence
已淘汰.

取得顯示實際工作流程根設計器是否支援版面持久化的值。

Verbs
已淘汰.

獲得設計師支持的設計時動詞集合。

(繼承來源 IDesigner)

方法

名稱 Description
Dispose()
已淘汰.

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

(繼承來源 IDisposable)
DoDefaultAction()
已淘汰.

執行此設計者的預設動作。

(繼承來源 IDesigner)
GetView(ViewTechnology)
已淘汰.

取得指定的視圖技術所需的檢視物件。

(繼承來源 IRootDesigner)
Initialize(IComponent)
已淘汰.

初始化設計器時使用指定的元件。

(繼承來源 IDesigner)
IsSupportedActivityType(Type)
已淘汰.

回傳一個值,表示該特定類型是否在目前工作流程設計器中被支援。

適用於