ActivityDesigner.IsSupportedActivityType(Type) 方法

定义

返回一个值,该值指示在活动设计器为根设计器的情况下是否支持指定的活动类型。

protected:
 virtual bool IsSupportedActivityType(Type ^ activityType);
protected virtual bool IsSupportedActivityType (Type activityType);
abstract member IsSupportedActivityType : Type -> bool
override this.IsSupportedActivityType : Type -> bool
Protected Overridable Function IsSupportedActivityType (activityType As Type) As Boolean

参数

activityType
Type

支持活动的类型。

返回

Boolean

如果 activityType 受支持,则为 true;否则为 false

注解

仅当活动设计器为根设计器时,才会调用 IsSupportedActivityType

适用于