ICategoryCollection interface

The ICategoryCollection interface represents an ordered read-only list of ICategory interfaces.

Members

The ICategoryCollection interface inherits from the IDispatch interface. ICategoryCollection also has these types of members:

  • Properties

Properties

The ICategoryCollection interface has these properties.

Property Access type Description

_NewEnum

Read-only

Gets an IEnumVARIANT interface that can be used to enumerate the collection.

Count

Read-only

Gets the number of elements in the collection.

Item

Read-only

Gets an ICategory interface from the collection.

 

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

Header

Wuapi.h

IDL

Wuapi.idl

Library

Wuguid.lib

DLL

Wuapi.dll

IID

IID_ICategoryCollection is defined as 3A56BFB8-576C-43F7-9335-FE4838FD7E37

See also

IDispatch