WebFormsDesignerActionService 类

定义

建立管理组件的 DesignerActionItem 对象集合的设计时服务。

public ref class WebFormsDesignerActionService : System::ComponentModel::Design::DesignerActionService
public class WebFormsDesignerActionService : System.ComponentModel.Design.DesignerActionService
type WebFormsDesignerActionService = class
    inherit DesignerActionService
Public Class WebFormsDesignerActionService
Inherits DesignerActionService
继承
WebFormsDesignerActionService

构造函数

WebFormsDesignerActionService(IServiceProvider)

使用提供的对设计宿主的引用创建 WebFormsDesignerActionService 类的新实例。

方法

Add(IComponent, DesignerActionList)

DesignerActionList 添加到当前的托管智能标记集合。

(继承自 DesignerActionService)
Add(IComponent, DesignerActionListCollection)

DesignerActionListCollection 添加到当前的托管智能标记集合。

(继承自 DesignerActionService)
Clear()

解除所有组件的管理,并清除所有推模型智能标记列表。

(继承自 DesignerActionService)
Contains(IComponent)

确定当前智能标记服务是否管理指定组件的操作列表。

(继承自 DesignerActionService)
Dispose()

释放 DesignerActionService 类使用的所有资源。

(继承自 DesignerActionService)
Dispose(Boolean)

释放由 DesignerActionService 占用的非托管资源,还可以另外再释放托管资源。

(继承自 DesignerActionService)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetComponentActions(IComponent)

返回与某个组件关联的智能标记项列表的集合。

(继承自 DesignerActionService)
GetComponentActions(IComponent, ComponentActionsType)

返回与某个组件关联的指定类型的智能标记项列表的集合。

(继承自 DesignerActionService)
GetComponentActions(IComponent, ComponentActionsType)

返回与组件关联的指定类型的设计器操作项列表的集合。

(继承自 DesignerActionService)
GetComponentDesignerActions(IComponent, DesignerActionListCollection)

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

GetComponentServiceActions(IComponent, DesignerActionListCollection)

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

(继承自 DesignerActionService)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(DesignerActionList)

从由当前服务管理的所有组件中移除指定的智能标记列表。

(继承自 DesignerActionService)
Remove(IComponent)

移除与指定组件关联的所有智能标记列表。

(继承自 DesignerActionService)
Remove(IComponent, DesignerActionList)

从指定的组件移除指定的智能标记列表。

(继承自 DesignerActionService)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

事件

DesignerActionListsChanged

为任何组件移除或添加 DesignerActionList 时发生。

(继承自 DesignerActionService)

适用于

另请参阅