Aracılığıyla paylaş


IToolboxService.GetToolboxItems Yöntem

Tanım

Araç kutusundan bir araç kutusu öğeleri koleksiyonu alır.

Aşırı Yüklemeler

GetToolboxItems(String)

Belirtilen kategoriyle eşleşen araç kutusundan bir araç kutusu öğeleri koleksiyonu alır.

GetToolboxItems(String, IDesignerHost)

Belirtilen tasarımcı konağı ve kategorisiyle ilişkili araç kutusu öğelerinin koleksiyonunu araç kutusundan alır.

GetToolboxItems()

Araç kutusundan araç kutusu öğeleri koleksiyonunun tamamını alır.

GetToolboxItems(IDesignerHost)

Belirtilen tasarımcı konağıyla ilişkili araç kutusu öğelerinin koleksiyonunu araç kutusundan alır.

GetToolboxItems(String)

Belirtilen kategoriyle eşleşen araç kutusundan bir araç kutusu öğeleri koleksiyonu alır.

public:
 System::Drawing::Design::ToolboxItemCollection ^ GetToolboxItems(System::String ^ category);
public System.Drawing.Design.ToolboxItemCollection GetToolboxItems (string category);
abstract member GetToolboxItems : string -> System.Drawing.Design.ToolboxItemCollection
Public Function GetToolboxItems (category As String) As ToolboxItemCollection

Parametreler

category
String

Tüm araç kutusu öğelerinin alın olduğu araç kutusu öğesi kategorisi.

Döndürülenler

ToolboxItemCollection Belirtilen kategoriyle ilişkili geçerli araç kutusu öğelerini içeren bir.

Şunlara uygulanır

GetToolboxItems(String, IDesignerHost)

Belirtilen tasarımcı konağı ve kategorisiyle ilişkili araç kutusu öğelerinin koleksiyonunu araç kutusundan alır.

public:
 System::Drawing::Design::ToolboxItemCollection ^ GetToolboxItems(System::String ^ category, System::ComponentModel::Design::IDesignerHost ^ host);
public System.Drawing.Design.ToolboxItemCollection GetToolboxItems (string category, System.ComponentModel.Design.IDesignerHost host);
abstract member GetToolboxItems : string * System.ComponentModel.Design.IDesignerHost -> System.Drawing.Design.ToolboxItemCollection
Public Function GetToolboxItems (category As String, host As IDesignerHost) As ToolboxItemCollection

Parametreler

category
String

Araç kutusu öğelerinin alın olduğu araç kutusu öğesi kategorisi.

host
IDesignerHost

IDesignerHost Alınacak araç kutusu öğeleriyle ilişkilendirilmiş olan.

Döndürülenler

ToolboxItemCollection Belirtilen kategori ve tasarımcı konağıyla ilişkili geçerli araç kutusu öğelerini içeren bir.

Şunlara uygulanır

GetToolboxItems()

Araç kutusundan araç kutusu öğeleri koleksiyonunun tamamını alır.

public:
 System::Drawing::Design::ToolboxItemCollection ^ GetToolboxItems();
public System.Drawing.Design.ToolboxItemCollection GetToolboxItems ();
abstract member GetToolboxItems : unit -> System.Drawing.Design.ToolboxItemCollection
Public Function GetToolboxItems () As ToolboxItemCollection

Döndürülenler

ToolboxItemCollection Geçerli araç kutusu öğelerini içeren bir.

Şunlara uygulanır

GetToolboxItems(IDesignerHost)

Belirtilen tasarımcı konağıyla ilişkili araç kutusu öğelerinin koleksiyonunu araç kutusundan alır.

public:
 System::Drawing::Design::ToolboxItemCollection ^ GetToolboxItems(System::ComponentModel::Design::IDesignerHost ^ host);
public System.Drawing.Design.ToolboxItemCollection GetToolboxItems (System.ComponentModel.Design.IDesignerHost host);
abstract member GetToolboxItems : System.ComponentModel.Design.IDesignerHost -> System.Drawing.Design.ToolboxItemCollection
Public Function GetToolboxItems (host As IDesignerHost) As ToolboxItemCollection

Parametreler

host
IDesignerHost

IDesignerHost Alınacak araç kutusu öğeleriyle ilişkilendirilmiş olan.

Döndürülenler

ToolboxItemCollection Belirtilen tasarımcı konağıyla ilişkili geçerli araç kutusu öğelerini içeren bir.

Şunlara uygulanır