IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) Methode

Definition

Gibt ein Array von Glyphen zurück, die dem angegebenen Aktivitäts-Designer zugeordnet sind.

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

Parameter

activityDesigner
ActivityDesigner

Das ActivityDesigner Objekt, für das die Glyphen abgerufen werden sollen.

Gibt zurück

Ein Array von DesignerGlyph Objekten, die im Aktivitäts-Designer gerendert werden sollen.

Gilt für: