DesignerCategoryAttribute 생성자

정의

DesignerCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

DesignerCategoryAttribute()

빈 문자열("")로 DesignerCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

DesignerCategoryAttribute(String)

주어진 범주 이름을 사용하여 DesignerCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

DesignerCategoryAttribute()

Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs

빈 문자열("")로 DesignerCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 DesignerCategoryAttribute();
public DesignerCategoryAttribute ();
Public Sub New ()

적용 대상

DesignerCategoryAttribute(String)

Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs

주어진 범주 이름을 사용하여 DesignerCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

category
String

범주의 이름입니다.

적용 대상