WebFormsDesignerActionService.GetComponentDesignerActions 方法

定义

获取与组件相关联的智能标记项列表。

protected:
 override void GetComponentDesignerActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected override void GetComponentDesignerActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
override this.GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overrides Sub GetComponentDesignerActions (component As IComponent, actionLists As DesignerActionListCollection)

参数

component
IComponent

对与设计器相关联的控件的引用。

actionLists
DesignerActionListCollection

要添加相关联的智能标记的 DesignerActionListCollection

适用于

另请参阅