CategoryAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 하지 않으면 범주 이름이 지역화되지 않습니다.