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
- name
Type: System.String
The localized name of the category as defined by the CategoryAttribute attribute.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name is empty or nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace