IWorkflowRootDesigner.IsSupportedActivityType(Type) Method

Definition

Returns a value that indicates whether the specified type is supported on the current workflow designer.

public:
 bool IsSupportedActivityType(Type ^ activityType);
public bool IsSupportedActivityType (Type activityType);
abstract member IsSupportedActivityType : Type -> bool
Public Function IsSupportedActivityType (activityType As Type) As Boolean

Parameters

activityType
Type

The Type to check for support on the designer.

Returns

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

Applies to