次の方法で共有


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 コレクションに追加します。

適用対象

こちらもご覧ください