CategoryCollection Members
Applies To: Windows 8.1
This interface provides containers for the categories of an Issue. A CategoryCollection object holds data from element Issue/Categories. A category is the value of an Issue/Categories/Category element.
The following tables list the members exposed by the CategoryCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | The number of categories in the CategoryCollection. | |
Item | A category from the CategoryCollection |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddItem | Creates and adds a category to the CategoryCollection. | |
Clear | Deletes all categories from the CategoryCollection. | |
DeleteItem | Deletes a category from the CategoryCollection. | |
Equals | (Inherited from Object) | |
GetEnumerator | Retrieves an enumerator for the items in a CategoryCollection. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
CategoryCollection Class
Microsoft.Assessments.Runtime Namespace