Click or drag to resize

ShellFolderGetItem Method

Overload List
  NameDescription
Public methodGetItem(ShellItemId)
Gets an item using its identifier. This method should be overriden for direct access as the current implementation uses the EnumItems method.
Public methodGetItem(ShellItemIdList)
Gets a Shell Item using its full PIDL from the root. This method is only supported if this instance is the root folder.
Public methodGetItemT(ShellItemIdList)
Gets a typed Shell Item using its full PIDL from the root. This method is only supported if this instance is the root folder.
Protected methodGetItem(String)
Gets an item using its display name. This method should be overriden for direct access as the current implementation uses the EnumItems method.
Top
See Also