This interface handles the enumeration of subscription item properties. The interface is obtained by calling ISubscriptionItem::EnumProperties.
IEnumItemProperties Methods
Clone Creates another enumerator with the same enumeration state. GetCount Retrieves the number of items contained in the enumeration sequence. Next Retrieves a specified number of items in the enumeration sequence. Reset Resets the enumeration sequence. Skip Skips over a specified number of items in the enumeration sequence.
Interface Information
Implementation System (Webcheck.dll) Inherits from IUnknown Header and IDL files Subsmgr.h, Subsmgr.idl Minimum availability Internet Explorer 5 Minimum operating systems Windows 95, Windows NT 4.0
See Also