Edit

Share via


IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) Method

Definition

Returns an array of glyphs that are associated with the specified activity designer.

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

The ActivityDesigner object for which to retrieve the glyphs.

Returns

An array of DesignerGlyph objects to render to the activity designer.

Applies to