DesignerActionService.Remove メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つ以上のコンポーネントから、1 つ以上のスマート タグ リストの関連付けを解除します。
オーバーロード
Remove(DesignerActionList) |
現在のサービスによって管理されているすべてのコンポーネントから、指定したスマート タグ リストを削除します。 |
Remove(IComponent) |
指定したコンポーネントに関連付けられているすべてのスマート タグ リストを削除します。 |
Remove(IComponent, DesignerActionList) |
指定したコンポーネントから、指定したスマート タグ リストを削除します。 |
Remove(DesignerActionList)
現在のサービスによって管理されているすべてのコンポーネントから、指定したスマート タグ リストを削除します。
public:
void Remove(System::ComponentModel::Design::DesignerActionList ^ actionList);
public void Remove (System.ComponentModel.Design.DesignerActionList actionList);
member this.Remove : System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (actionList As DesignerActionList)
パラメーター
- actionList
- DesignerActionList
削除するスマート タグのリスト。
例外
actionList
は null
です。
注釈
コンポーネント開発者は通常、現在の設計空間に存在する他のコンポーネントがわからないため、このバージョンの Remove メソッドは通常、設計ツール開発者によって使用されます。
成功した場合、このメソッドは イベントを DesignerActionListsChanged 発生させます。
こちらもご覧ください
適用対象
Remove(IComponent)
指定したコンポーネントに関連付けられているすべてのスマート タグ リストを削除します。
public:
void Remove(System::ComponentModel::IComponent ^ comp);
public void Remove (System.ComponentModel.IComponent comp);
member this.Remove : System.ComponentModel.IComponent -> unit
Public Sub Remove (comp As IComponent)
パラメーター
- comp
- IComponent
スマート タグの関連付けを解除するコンポーネント。
例外
comp
は null
です。
注釈
成功した場合、 メソッドは Remove イベントを DesignerActionListsChanged 発生させます。
こちらもご覧ください
適用対象
Remove(IComponent, DesignerActionList)
指定したコンポーネントから、指定したスマート タグ リストを削除します。
public:
void Remove(System::ComponentModel::IComponent ^ comp, System::ComponentModel::Design::DesignerActionList ^ actionList);
public void Remove (System.ComponentModel.IComponent comp, System.ComponentModel.Design.DesignerActionList actionList);
member this.Remove : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (comp As IComponent, actionList As DesignerActionList)
パラメーター
- comp
- IComponent
スマート タグの関連付けを解除するコンポーネント。
- actionList
- DesignerActionList
削除するスマート タグ リスト。
例外
一方または両方のパラメーターが null
です。
注釈
成功した場合、 メソッドは Remove イベントを DesignerActionListsChanged 発生させます。
こちらもご覧ください
適用対象
.NET