CoreShellFolderGetUIObjectOf Method (IEnumerableIWithIdList, Guid, Boolean) |
Gets an object that can be used to carry out actions on the specified file objects or folders.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Object GetUIObjectOf(
IEnumerable<IWithIdList> idLists,
Guid iid,
bool throwOnError = true
)
Parameters
- idLists
- Type: System.Collections.GenericIEnumerableIWithIdList
A list of identifier lists. - iid
- Type: SystemGuid
A reference to the IID of the interface to retrieve. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ObjectThe object requested or null.
See Also