Click or drag to resize

ItemIdListBase2 Class

Used as base class for the ItemIdList class.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public abstract class ItemIdListBase2

The ItemIdListBase2 type exposes the following members.

Constructors
  NameDescription
Protected methodItemIdListBase2
Initializes a new instance of this class. This constuctor should not be called directly.
Top
Properties
  NameDescription
Public propertyIsInvalid
Returns true if the currently stores ItemIdList is valid; false otherwise;
Top
Methods
  NameDescription
Public methodDispose
Releases ressources.
Protected methodDispose(Boolean)
Releases the handle that the ItemIdList instance keeps is released-
Protected methodFinalize
Finalizes an instance of the ItemIdListBase2 class. Releases unmanaged ressources before the instance is reclaimed by the Garbage Collection.
(Overrides ObjectFinalize.)
Protected methodReleaseHandle
Free the current Win32 ItemIdList.
Top
See Also