DesignerActionService.GetComponentDesignerActions 方法

定义

检索与组件关联的拉模型智能标记。

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

参数

component
IComponent

与智能标记关联的组件。

actionLists
DesignerActionListCollection

要添加关联智能标记的集合。

例外

两个参数之一或两个参数均为 null

注解

方法 GetComponentDesignerActions 是方法的 GetComponentActions 帮助程序方法。 GetComponentDesignerActions 搜索 类型的 Component拉取模型智能标记,然后将这些智能标记添加到提供的 actionLists 集合中。

如果组件的开发人员未通过其 ActionLists 设计器的 属性显式提供智能标记集合,则此方法将重复使用设计时快捷菜单条目,这些项是通过 Verbs 设计器的 属性获取的。

适用于

另请参阅