Dela via


CategoryEntry.CategoryName Property

Gets the name of the category.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public ReadOnly Property CategoryName As String
'Usage
Dim instance As CategoryEntry 
Dim value As String 

value = instance.CategoryName
public string CategoryName { get; }
public:
property String^ CategoryName {
    String^ get ();
}
public function get CategoryName () : String

Property Value

Type: System.String
The name of the category.

Remarks

This is the name that was specified in the constructor.

.NET Framework Security

See Also

Reference

CategoryEntry Class

CategoryEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture