DesignerActionService.GetComponentServiceActions メソッド

定義

コンポーネントに関連付けられているプッシュ モデルのスマート タグを取得します。

protected:
 virtual void GetComponentServiceActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected virtual void GetComponentServiceActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
abstract member GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
override this.GetComponentServiceActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overridable Sub GetComponentServiceActions (component As IComponent, actionLists As DesignerActionListCollection)

パラメーター

component
IComponent

スマート タグが関連付けられているコンポーネント。

actionLists
DesignerActionListCollection

関連付けられているスマート タグの追加先となるコレクション。

例外

一方または両方のパラメーターが null です。

注釈

メソッドは GetComponentServiceActions 、 メソッドの GetComponentActions ヘルパー メソッドです。 型 Serviceのプッシュ モデル スマート タグを検索し、指定された actionLists コレクションに追加します。

適用対象

こちらもご覧ください