CategoryDescriptor Constructor
In This Topic
Initializes a new instance of the
CategoryDescriptor struct.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public CategoryDescriptor(
string
)
Parameters
- name
- The name of the category.
See Also