Click or drag to resize

CoreShellFolderGetUIObjectOfT Method (IntPtr, IEnumerableIWithIdList, Boolean)

Gets an object that can be used to carry out actions on the specified file objects or folders.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public T GetUIObjectOf<T>(
	IntPtr hwnd,
	IEnumerable<IWithIdList> idLists,
	bool throwOnError = true
)
where T : class

Parameters

hwnd
Type: SystemIntPtr
A handle to the owner window that the client should specify if it displays a dialog box or message box.
idLists
Type: System.Collections.GenericIEnumerableIWithIdList
A list of identifier lists.
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