PropertyEntry.CategoryName 属性

定义

获取此属性所属的类别的名称。Gets the name of the category in which this property resides.

public:
 abstract property System::String ^ CategoryName { System::String ^ get(); };
public abstract string CategoryName { get; }
member this.CategoryName : string
Public MustOverride ReadOnly Property CategoryName As String

属性值

String

一个包含类别名称的 StringA String that contains the name of the category.

适用于