Aracılığıyla paylaş


IToolboxService.AddLinkedToolboxItem Yöntem

Tanım

Araç kutusuna proje bağlantılı araç kutusu öğesi ekler.

Aşırı Yüklemeler

AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

Belirtilen proje bağlantılı araç kutusu öğesini araç kutusuna ekler.

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

Belirtilen proje bağlantılı araç kutusu öğesini belirtilen kategorideki araç kutusuna ekler.

AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

Belirtilen proje bağlantılı araç kutusu öğesini araç kutusuna ekler.

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)

Parametreler

toolboxItem
ToolboxItem

Araç kutusuna eklenecek bağlantılı ToolboxItem .

host
IDesignerHost

IDesignerHost Geçerli tasarım belgesi için.

Açıklamalar

Bağlantılı araç kutusu öğesi, yalnızca belirli bir proje için kullanılabilen bir araç kutusu öğesidir.

Şunlara uygulanır

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

Belirtilen proje bağlantılı araç kutusu öğesini belirtilen kategorideki araç kutusuna ekler.

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)

Parametreler

toolboxItem
ToolboxItem

Araç kutusuna eklenecek bağlantılı ToolboxItem .

category
String

Araç kutusu öğesinin ekleneceği araç kutusu öğesi kategorisi.

host
IDesignerHost

IDesignerHost Geçerli tasarım belgesi için.

Açıklamalar

Bağlantılı araç kutusu öğesi, yalnızca belirli bir proje için kullanılabilen bir araç kutusu öğesidir.

Şunlara uygulanır