Share via


CategoryEntry Constructor

Initializes a new instance of the CategoryEntry class.

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

Syntax

'Declaration
Protected Sub New ( _
    name As String _
)
protected CategoryEntry(
    string name
)
protected:
CategoryEntry(
    String^ name
)
new : 
        name:string -> CategoryEntry
protected function CategoryEntry(
    name : String
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

name is empty or nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

CategoryEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture