Aracılığıyla paylaş


DesignerActionService.GetComponentServiceActions Yöntem

Tanım

Bir bileşenle ilişkili gönderme modeli akıllı etiketlerini alır.

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)

Parametreler

component
IComponent

Akıllı etiketlerin ilişkili olduğu bileşen.

actionLists
DesignerActionListCollection

İlişkili akıllı etiketlerin ekleneceği koleksiyon.

Özel durumlar

Parametrelerin biri veya her ikisi de şeklindedir null.

Açıklamalar

GetComponentServiceActions yöntemi, yöntemler için GetComponentActions yardımcı bir yöntemdir. türünde Serviceanında iletme modeli akıllı etiketlerini arar ve bunları sağlanan actionLists koleksiyona ekler.

Şunlara uygulanır

Ayrıca bkz.