ActivityDesigner.IWorkflowRootDesigner.IsSupportedActivityType(Type) 方法

定義

傳回值,這個值表示目前的 ActivityDesigner 是否支援指定型別。

 virtual bool System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType(Type ^ activityType) = System::Workflow::ComponentModel::Design::IWorkflowRootDesigner::IsSupportedActivityType;
bool IWorkflowRootDesigner.IsSupportedActivityType (Type activityType);
abstract member System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType : Type -> bool
override this.System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType : Type -> bool
Function IsSupportedActivityType (activityType As Type) As Boolean Implements IWorkflowRootDesigner.IsSupportedActivityType

參數

activityType
Type

活動的 Type,要檢查其在活動設計工具上是否支援。

傳回

如果目前的工作流程設計工具支援型別,則為 true,否則為 false

實作

備註

只有在 ActivityDesigner 為根目錄設計工具時,才會呼叫 IsSupportedActivityType。

適用於