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

一组属性的本地化的 Category 名称。

例外

namenullempty

适用于