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

返回

Boolean

如果当前工作流设计器支持该类型 ,则为 true;否则为 false

实现

注解

仅当 ActivityDesigner 为根设计器时,才会调用 IsSupportedActivityType。

适用于