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

適用於