ActivityDesigner.IsSupportedActivityType(Type) 方法

定义

返回一个值,该值指示在活动设计器为根设计器的情况下是否支持指定的活动类型。Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer.

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

支持活动的类型。The type of the activity that was supported.

返回

Boolean

如果 activityType 受支持,则为 true;否则为 falsetrue if the activityType is supported; otherwise, false.

注解

仅当活动设计器为根设计器时,才会调用 IsSupportedActivityTypeIsSupportedActivityType is called only if the activity designer is a root designer.

适用于