API Reference
Class
AdmxCategoryDefinition
Represents a category definition within an ADMX file.
Inheritance
- Object
- AdmxCategoryDefinition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxFile.Categories
Constructors
public AdmxCategoryDefinition(String name, String displayName, String parentName) #Initializes a new instance of the AdmxCategoryDefinition class.
Parameters
- name System.String
- Internal category name.
- displayName System.String
- Display name identifier.
- parentName System.String
- Optional parent category name.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object