Condividi tramite


ActivityDesigner.IWorkflowRootDesigner.IsSupportedActivityType(Type) Metodo

Definizione

Restituisce un valore che indica se il tipo specificato è supportato nella classe ActivityDesigner corrente.

 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

Parametri

activityType
Type

Type dell'attività di cui verificare il supporto nell'ActivityDesigner.

Restituisce

Boolean

true se il tipo è supportato nella finestra di progettazione del flusso di lavoro corrente; in caso contrario, false.

Implementazioni

Commenti

IsSupportedActivityType viene chiamato solo se ActivityDesigner è un RootDesigner.

Si applica a