Compartilhar via


ActivityDesigner.IWorkflowRootDesigner.IsSupportedActivityType(Type) Método

Definição

Retorna um valor que indica se o tipo especificado é compatível no ActivityDesigner atual.

 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

O Type da atividade a ser verificada quanto ao suporte no designer de atividade.

Retornos

true se o tipo for compatível no designer de fluxo de trabalho atual, caso contrário, false.

Implementações

Comentários

IsSupportedActivityType será chamado somente se o ActivityDesigner for um designer raiz.

Aplica-se a