Used as base class for the ItemIdList class.
| C# | Visual Basic | Visual C++ |
public abstract class ItemIdListBase2 : IDisposable
Public MustInherit Class ItemIdListBase2 _ Implements IDisposable
public ref class ItemIdListBase2 abstract : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ItemIdListBase2(IntPtr) |
Initializes a new instance of this class. This constuctor should not be called directly.
| |
| Dispose()()() |
Releases ressources.
| |
| Dispose(Boolean) |
Releases managed ressources.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Releases unmanaged ressources before the instance is reclaimed by the Garbage Collection.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsInvalid |
Returns true if the currently stores ItemIdList is valid; false otherwise;
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ReleaseHandle()()() |
Free the current Win32 ItemIdList.
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| ItemIdListBase2 | ||
| ItemIdList | ||