CategoryCollection Class

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.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As CategoryCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class CategoryCollection
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public class CategoryCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class CategoryCollection : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class CategoryCollection implements IEnumerable
DefaultMemberAttribute("Item") 
public class CategoryCollection implements IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Assessments.Runtime.CategoryCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

CategoryCollection Members
Microsoft.Assessments.Runtime Namespace