ActivityDesigner.IsSupportedActivityType(Type) Método
Definición
Devuelve un valor que indica si se admite el tipo de actividad especificado si el diseñador de actividad es un diseñador raíz.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
Parámetros
- activityType
- Type
El tipo de la actividad que se admitía.The type of the activity that was supported.
Devoluciones
true
si se admite el elemento activityType
; en caso contrario, false
.true
if the activityType
is supported; otherwise, false
.
Implementaciones
Comentarios
Se llama a IsSupportedActivityType sólo si el diseñador de actividad es un diseñador raíz.IsSupportedActivityType is called only if the activity designer is a root designer.