Langue

IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) Méthode

Définition

Retourne un tableau de glyphes associés au concepteur d’activités spécifié.

public:
 System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ GetGlyphs(System::Workflow::ComponentModel::Design::ActivityDesigner ^ activityDesigner);
public System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection GetGlyphs(System.Workflow.ComponentModel.Design.ActivityDesigner activityDesigner);
abstract member GetGlyphs : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection
Public Function GetGlyphs (activityDesigner As ActivityDesigner) As ActivityDesignerGlyphCollection

Paramètres

activityDesigner
ActivityDesigner

Objet ActivityDesigner pour lequel récupérer les glyphes.

Retours

Tableau d’objets DesignerGlyph à afficher dans le concepteur d’activités.

S’applique à