IDesignerVerbProvider.GetVerbs(ActivityDesigner) Méthode

Définition

Retourne la ActivityDesignerVerb collection associée au fichier spécifié ActivityDesigner.

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

Pour ActivityDesigner lequel retourner la collection de verbes d’activité.

Retours

Qui ActivityDesignerVerbCollection contient les verbes associés au ActivityDesigner.

S’applique à