Aracılığıyla paylaş


DesignerActionService.GetComponentActions Yöntem

Tanım

Bir bileşenle ilişkili akıllı etiket öğesi listelerinin koleksiyonunu döndürür.

Aşırı Yüklemeler

GetComponentActions(IComponent)

Bir bileşenle ilişkili akıllı etiket öğesi listelerinin koleksiyonunu döndürür.

GetComponentActions(IComponent, ComponentActionsType)

Bir bileşenle ilişkilendirilmiş belirtilen türdeki akıllı etiket öğesi listelerinin koleksiyonunu döndürür.

GetComponentActions(IComponent, ComponentActionsType)

Bir bileşenle ilişkilendirilmiş belirtilen türdeki tasarımcı eylem öğesi listelerinin koleksiyonunu döndürür.

GetComponentActions(IComponent)

Bir bileşenle ilişkili akıllı etiket öğesi listelerinin koleksiyonunu döndürür.

public:
 System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component);
member this.GetComponentActions : System.ComponentModel.IComponent -> System.ComponentModel.Design.DesignerActionListCollection
Public Function GetComponentActions (component As IComponent) As DesignerActionListCollection

Parametreler

component
IComponent

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

Döndürülenler

Belirtilen bileşen için akıllı etiket koleksiyonu.

Özel durumlar

comp, null değeridir.

Açıklamalar

GetComponentActions yöntemi, parametresini kullanan yöntemine yapılan GetComponentActions(IComponent, ComponentActionsType) çağrıya type eşdeğerdirAll. Bu nedenle, döndürülen koleksiyon akıllı etiketlerin hem gönderme hem de çekme listelerini içerir.

Döndürülen DesignerActionListCollection , yöntemler aracılığıyla Add eklenen öğe listelerinin ve ayrıca bileşenin sitesinden alınan örnekten DesignerCommandSet alınan listelerin birleşimidir.

Ayrıca bkz.

Şunlara uygulanır

GetComponentActions(IComponent, ComponentActionsType)

Bir bileşenle ilişkilendirilmiş belirtilen türdeki akıllı etiket öğesi listelerinin koleksiyonunu döndürür.

public:
 virtual System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::ComponentActionsType type);
public virtual System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.ComponentActionsType type);
abstract member GetComponentActions : System.ComponentModel.IComponent * System.ComponentModel.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
override this.GetComponentActions : System.ComponentModel.IComponent * System.ComponentModel.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
Public Overridable Function GetComponentActions (component As IComponent, type As ComponentActionsType) As DesignerActionListCollection

Parametreler

component
IComponent

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

type
ComponentActionsType

ComponentActionsType İlişkili akıllı etiketleri filtrelemek için.

Döndürülenler

Belirtilen bileşen için belirtilen türde akıllı etiketlerin koleksiyonu.

Özel durumlar

comp, null değeridir.

Açıklamalar

Aşırı yüklenmiş GetComponentActions yöntemin bu sürümü parametresine type filtre uygular ve bu filtre aşağıdaki değerlerden birine sahip olabilir.

Değer Açıklama
All Tüm ilişkili akıllı etiketler.
Component Yalnızca çekme modeli akıllı etiketleri.
Service Yalnızca anında iletme modeli akıllı etiketleri.

Bir bileşenin ilişkili tasarımcısı bir çekme modeli akıllı etiket listesi sağlamazsa GetComponentActions , yöntem bunun yerine özelliğinden Verbs tasarımcının tasarım zamanı kısayol menü öğelerini kullanır.

Ayrıca bkz.

Şunlara uygulanır

GetComponentActions(IComponent, ComponentActionsType)

Bir bileşenle ilişkilendirilmiş belirtilen türdeki tasarımcı eylem öğesi listelerinin koleksiyonunu döndürür.

public:
 virtual System::ComponentModel::Design::DesignerActionListCollection ^ GetComponentActions(System::ComponentModel::IComponent ^ component, System::Windows::Forms::Design::ComponentActionsType type);
public virtual System.ComponentModel.Design.DesignerActionListCollection GetComponentActions (System.ComponentModel.IComponent component, System.Windows.Forms.Design.ComponentActionsType type);
abstract member GetComponentActions : System.ComponentModel.IComponent * System.Windows.Forms.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
override this.GetComponentActions : System.ComponentModel.IComponent * System.Windows.Forms.Design.ComponentActionsType -> System.ComponentModel.Design.DesignerActionListCollection
Public Overridable Function GetComponentActions (component As IComponent, type As ComponentActionsType) As DesignerActionListCollection

Parametreler

component
IComponent

DesignerActions'ın ilişkili olduğu bileşen.

type
ComponentActionsType

ComponentActionsType İlişkili tasarımcı eylemlerini filtrelemek için.

Döndürülenler

Belirtilen bileşen için belirtilen türde tasarımcı eylemleri koleksiyonu.

Özel durumlar

component, null değeridir.

Açıklamalar

Aşırı yüklenmiş GetComponentActions yöntemin bu sürümü parametresine type filtre uygular ve bu filtre aşağıdaki değerlerden birine sahip olabilir.

Değer Açıklama
All tüm ilişkili tasarımcı eylemleri.
Component Yalnızca çekme modeli tasarımcısı eylemleri.
Service Yalnızca anında iletme modeli tasarımcısı eylemleri.

Bir bileşenin ilişkili tasarımcısı bir çekme modeli tasarımcısı eylem listesi sağlamazsa GetComponentActions , yöntem bunun yerine özelliğinden Verbs tasarımcının tasarım zamanı kısayol menü öğelerini kullanır.

Şunlara uygulanır