다음을 통해 공유


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

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

예외

namenull 또는 empty입니다.

적용 대상