ToolboxItemAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ToolboxItemAttribute 클래스의 새 인스턴스를 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.
오버로드
ToolboxItemAttribute(Boolean) |
ToolboxItemAttribute 클래스의 새 인스턴스를 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다. |
ToolboxItemAttribute(String) |
지정된 형식 이름을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다. |
ToolboxItemAttribute(Type) |
지정된 도구 상자 항목 형식을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다. |
ToolboxItemAttribute(Boolean)
- 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
지정된 형식 이름을 사용하여 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
지정된 도구 상자 항목 형식을 사용하여 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
해당 도구 상자 항목의 형식입니다.
적용 대상
.NET