DesignerActionService.Remove メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つ以上のコンポーネントから、1 つ以上のスマート タグ リストの関連付けを解除します。
Remove(DesignerActionList) |
現在のサービスによって管理されているすべてのコンポーネントから、指定したスマート タグ リストを削除します。 |
Remove(IComponent) |
指定したコンポーネントに関連付けられているすべてのスマート タグ リストを削除します。 |
Remove(IComponent, 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 発生させます。
こちらもご覧ください
適用対象
.NET Framework 4.8.1 およびその他のバージョン
製品 | バージョン |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
指定したコンポーネントに関連付けられているすべてのスマート タグ リストを削除します。
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 発生させます。
こちらもご覧ください
適用対象
.NET Framework 4.8.1 およびその他のバージョン
製品 | バージョン |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
指定したコンポーネントから、指定したスマート タグ リストを削除します。
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 Framework 4.8.1 およびその他のバージョン
製品 | バージョン |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。