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)

適用対象

こちらもご覧ください