ItemGetStorageItem Method |
Gets an IStorageItem (WinRT) instance from this item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Object GetStorageItem(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ObjectAn instance of the IStorageItem class or null if an error occurred.
See Also