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 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 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)

適用於

另請參閱