NamespaceTreeControlGetSelectedItems Method (Item, Boolean) |
Gets an array of the selected items.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int GetSelectedItems(
out Item[] items,
bool throwOnError = true
)
Parameters
- items
- Type: ShellBoost.Core.WindowsShellItem
The selected items. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int32
An error number or 0.
See Also