IToolboxService.AddLinkedToolboxItem 메서드

정의

프로젝트 연결 도구 상자 항목을 도구 상자에 추가합니다.

오버로드

Name Description
AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

지정된 프로젝트 연결 도구 상자 항목을 도구 상자에 추가합니다.

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

지정된 프로젝트 연결 도구 상자 항목을 지정된 범주의 도구 상자에 추가합니다.

AddLinkedToolboxItem(ToolboxItem, IDesignerHost)

Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs

지정된 프로젝트 연결 도구 상자 항목을 도구 상자에 추가합니다.

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)

매개 변수

toolboxItem
ToolboxItem

도구 상자에 추가할 링크 ToolboxItem 입니다.

host
IDesignerHost

IDesignerHost 현재 디자인 문서의 경우입니다.

설명

연결된 도구 상자 항목은 특정 프로젝트에만 사용할 수 있는 도구 상자 항목입니다.

적용 대상

AddLinkedToolboxItem(ToolboxItem, String, IDesignerHost)

Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs
Source:
IToolboxService.cs

지정된 프로젝트 연결 도구 상자 항목을 지정된 범주의 도구 상자에 추가합니다.

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)

매개 변수

toolboxItem
ToolboxItem

도구 상자에 추가할 링크 ToolboxItem 입니다.

category
String

도구 상자 항목을 추가할 도구 상자 항목 범주입니다.

host
IDesignerHost

IDesignerHost 현재 디자인 문서의 경우입니다.

설명

연결된 도구 상자 항목은 특정 프로젝트에만 사용할 수 있는 도구 상자 항목입니다.

적용 대상