다음을 통해 공유


ToolboxItemAttribute 생성자

정의

클래스의 새 인스턴스를 ToolboxItemAttribute 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

오버로드

Name Description
ToolboxItemAttribute(Boolean)

클래스의 새 인스턴스를 ToolboxItemAttribute 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

ToolboxItemAttribute(String)

지정된 형식 이름을 사용하여 클래스의 ToolboxItemAttribute 새 인스턴스를 초기화합니다.

ToolboxItemAttribute(Type)

지정된 형식의 ToolboxItemAttribute 도구 상자 항목을 사용하여 클래스의 새 인스턴스를 초기화합니다.

ToolboxItemAttribute(Boolean)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

클래스의 새 인스턴스를 ToolboxItemAttribute 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

public:
 ToolboxItemAttribute(bool defaultType);
public ToolboxItemAttribute(bool defaultType);
new System.ComponentModel.ToolboxItemAttribute : bool -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (defaultType As Boolean)

매개 변수

defaultType
Boolean

true 기본 형식에 대한 도구 상자 항목 특성을 만들려면 입니다. false 이 특성에 대한 기본 도구 상자 항목 지원을 연결하지 않습니다.

설명

기본적으로 속성은 ToolboxItemType .로 설정됩니다 ToolboxItem.

적용 대상

ToolboxItemAttribute(String)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

지정된 형식 이름을 사용하여 클래스의 ToolboxItemAttribute 새 인스턴스를 초기화합니다.

public:
 ToolboxItemAttribute(System::String ^ toolboxItemTypeName);
public ToolboxItemAttribute(string toolboxItemTypeName);
new System.ComponentModel.ToolboxItemAttribute : string -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (toolboxItemTypeName As String)

매개 변수

toolboxItemTypeName
String

도구 상자 항목의 형식과 형식을 포함하는 어셈블리의 이름입니다.

설명

이 생성자는 toolboxItemTypeName 매개 변수가 항목 형식>의 양식 < 이름,<어셈블리>의 이름(예: System.Drawing.Design.ToolboxItem, System.Drawing.Design)에 있어야 합니다.

적용 대상

ToolboxItemAttribute(Type)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

지정된 형식의 ToolboxItemAttribute 도구 상자 항목을 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 ToolboxItemAttribute(Type ^ toolboxItemType);
public ToolboxItemAttribute(Type toolboxItemType);
new System.ComponentModel.ToolboxItemAttribute : Type -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (toolboxItemType As Type)

매개 변수

toolboxItemType
Type

도구 상자 항목의 형식입니다.

적용 대상