ActivityDesigner.IWorkflowRootDesigner.IsSupportedActivityType(Type) Método

Definición

Devuelve un valor que indica si el tipo especificado se admite en el ActivityDesigneractual.

 virtual bool System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType(Type ^ activityType) = System::Workflow::ComponentModel::Design::IWorkflowRootDesigner::IsSupportedActivityType;
bool IWorkflowRootDesigner.IsSupportedActivityType (Type activityType);
abstract member System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType : Type -> bool
override this.System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType : Type -> bool
Function IsSupportedActivityType (activityType As Type) As Boolean Implements IWorkflowRootDesigner.IsSupportedActivityType

Parámetros

activityType
Type

Type de la actividad para comprobar la compatibilidad del diseñador de actividad.

Devoluciones

true si el tipo se admite en el diseñador de flujo de trabajo actual; en caso contrario, false.

Implementaciones

Comentarios

Se llama a IsSupportedActivityType sólo si ActivityDesigner es un diseñador raíz.

Se aplica a