CategoryAttribute 생성자

정의

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

오버로드

CategoryAttribute()

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

CategoryAttribute(String)

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

CategoryAttribute()

Source:
CategoryAttribute.cs
Source:
CategoryAttribute.cs
Source:
CategoryAttribute.cs

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

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

적용 대상

CategoryAttribute(String)

Source:
CategoryAttribute.cs
Source:
CategoryAttribute.cs
Source:
CategoryAttribute.cs

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

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

매개 변수

category
String

범주의 이름입니다.

설명

매개 변수에 대해 category 제공하는 이름이 미리 정의된 범주 이름 중 하나인 경우 속성에 의해 Category 이름이 자동으로 지역화됩니다.

제공하는 이름이 미리 정의된 범주 이름이 아니고 지역화된 이름을 제공하기 위해 메서드를 재정의 GetLocalizedString 하지 않으면 범주 이름이 지역화되지 않습니다.

적용 대상