CategoryEntry(String) 생성자

정의

클래스의 새 인스턴스를 CategoryEntry 만듭니다.

protected:
 CategoryEntry(System::String ^ name);
protected CategoryEntry(string name);
new System.Activities.Presentation.PropertyEditing.CategoryEntry : string -> System.Activities.Presentation.PropertyEditing.CategoryEntry
Protected Sub New (name As String)

매개 변수

name
String

속성 그룹의 지역화된 범주 이름입니다.

예외

name is null 또는 empty.

적용 대상