CoreShellFolderGetUIObjectOfT Method (IEnumerableIntPtr, 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 T GetUIObjectOf<T>(
IEnumerable<IntPtr> pidls,
bool throwOnError = true
)
where T : class
Parameters
- pidls
- Type: System.Collections.GenericIEnumerableIntPtr
A list of PIDLs. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Type Parameters
- T
- The expected type of the returned object.
Return Value
Type:
T
The object requested or null.
See Also