IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) Methode

Definitie

Retourneert een matrix met glyphs die zijn gekoppeld aan de opgegeven activiteitontwerper.

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

Parameters

activityDesigner
ActivityDesigner

Het ActivityDesigner object waarvoor de glyphs moeten worden opgehaald.

Retouren

Een matrix met DesignerGlyph objecten die moeten worden weergegeven in de activiteitontwerper.

Van toepassing op