IDesignerGlyphProvider.GetGlyphs(ActivityDesigner) メソッド

定義

指定したアクティビティ デザイナーに関連付けられているグリフの配列を返します。

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

パラメーター

activityDesigner
ActivityDesigner

グリフを取得する ActivityDesigner オブジェクト。

返品

アクティビティ デザイナーにレンダリングする DesignerGlyph オブジェクトの配列。

適用対象