IWorkflowRootDesigner.IsSupportedActivityType(Type) 方法

定義

傳回值,這個值表示目前的工作流程設計工具是否支援指定的型別。

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

參數

activityType
Type

Type,要檢查設計工具是否支援。

傳回

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

適用於