ActivityDesigner.IWorkflowRootDesigner.IsSupportedActivityType(Type) Method

Definition

Returns a value that indicates whether the specified type is supported on the current 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

Parameters

activityType
Type

The Type of the activity to check for support on the activity designer.

Returns

true if the type is supported on the current workflow designer; otherwise, false.

Implements

Remarks

IsSupportedActivityType is called only if the ActivityDesigner is a root designer.

Applies to