IDesignerVerbProvider.GetVerbs(ActivityDesigner) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la collection ActivityDesignerVerb associée au ActivityDesigner spécifié.
public:
System::Workflow::ComponentModel::Design::ActivityDesignerVerbCollection ^ GetVerbs(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner);
public System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection GetVerbs (System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner);
abstract member GetVerbs : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection
Public Function GetVerbs (activityDesigner As ActivityDesigner) As ActivityDesignerVerbCollection
Paramètres
- activityDesigner
- ActivityDesigner
ActivityDesigner pour lequel retourner la collection de verbes d’activité.
Retours
ActivityDesignerVerbCollection qui contient les verbes associées au ActivityDesigner.