ShellFolderGetItemT Method (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.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public T GetItem<T>(
ShellItemIdList idList
)
where T : ShellItem
Parameters
- idList
- Type: callback.ShellBoost.CoreShellItemIdList
The PIDL.
Type Parameters
- T
- The expected Shell Item type.
Return Value
Type:
TAn instance of the ShellItem class or null if it was not found.
Exceptions See Also