Bagikan melalui


IToolboxService.AddLinkedToolboxItem Metode

Definisi

Menambahkan item kotak alat yang ditautkan proyek ke kotak alat.

Overload

AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

Menambahkan item kotak alat yang ditautkan proyek yang ditentukan ke kotak alat.

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

Menambahkan item kotak alat yang ditautkan proyek yang ditentukan ke kotak alat dalam kategori yang ditentukan.

AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

Menambahkan item kotak alat yang ditautkan proyek yang ditentukan ke kotak alat.

public:
 void AddLinkedToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem, System::ComponentModel::Design::IDesignerHost ^ host);
public void AddLinkedToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem, System.ComponentModel.Design.IDesignerHost host);
abstract member AddLinkedToolboxItem : System.Drawing.Design.ToolboxItem * System.ComponentModel.Design.IDesignerHost -> unit
Public Sub AddLinkedToolboxItem (toolboxItem As ToolboxItem, host As IDesignerHost)

Parameter

toolboxItem
ToolboxItem

Yang ditautkan ToolboxItem untuk ditambahkan ke kotak alat.

host
IDesignerHost

IDesignerHost untuk dokumen desain saat ini.

Keterangan

Item kotak alat tertaut adalah item kotak alat yang hanya tersedia untuk proyek tertentu.

Berlaku untuk

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

Menambahkan item kotak alat yang ditautkan proyek yang ditentukan ke kotak alat dalam kategori yang ditentukan.

public:
 void AddLinkedToolboxItem(System::Drawing::Design::ToolboxItem ^ toolboxItem, System::String ^ category, System::ComponentModel::Design::IDesignerHost ^ host);
public void AddLinkedToolboxItem (System.Drawing.Design.ToolboxItem toolboxItem, string category, System.ComponentModel.Design.IDesignerHost host);
abstract member AddLinkedToolboxItem : System.Drawing.Design.ToolboxItem * string * System.ComponentModel.Design.IDesignerHost -> unit
Public Sub AddLinkedToolboxItem (toolboxItem As ToolboxItem, category As String, host As IDesignerHost)

Parameter

toolboxItem
ToolboxItem

Yang ditautkan ToolboxItem untuk ditambahkan ke kotak alat.

category
String

Kategori item kotak alat untuk menambahkan item kotak alat.

host
IDesignerHost

IDesignerHost untuk dokumen desain saat ini.

Keterangan

Item kotak alat tertaut adalah item kotak alat yang hanya tersedia untuk proyek tertentu.

Berlaku untuk