IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) Metodo

Definizione

Restituisce una matrice di glifi associati all'ActivityDesigner specificato.

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

Parametri

activityDesigner
ActivityDesigner

Oggetto ActivityDesigner per il quale recuperare i glifi.

Valori restituiti

Matrice di DesignerGlyph oggetti di cui eseguire il rendering nell'ActivityDesigner.

Si applica a