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 배열입니다.

적용 대상