Click or drag to resize

ShellItemIdList Properties

The ShellItemIdList type exposes the following members.

Properties
  NameDescription
Public propertyContainsKnownId
Gets a value indicating whether this instance contains at least one id known by the current Shell Folder Server.
Public propertyCount
Gets the number of elements (SHITEMID structures) in the collection, including the terminator.
Public propertyData
Gets the PIDLs' data.
Public propertyDebugString
Gets a string useful for developers.
Public propertyStatic memberDesktop
Gets the desktop PIDL.
Public propertyIdCount
Gets the number of elements (SHITEMID structures) in the collection, excluding the terminator.
Public propertyIsTerminator
Gets a value indicating whether this instance contains only the terminator.
Public propertyItem
Gets the ShellItemId at the specified index.
Public propertyLast
Gets the last SHITEMID of this instance. This is not the terminator.
Public propertyParent
Gets the parent PIDL.
Public propertyRelativeFromParent
Gets this PIDL relative from its parent. This is like the Last id with a terminator.
Public propertySize
Gets the PIDL's size.
Top
See Also