Click or drag to resize

ItemGetStorageItem Method

Gets an IStorageItem (WinRT) instance from this item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object GetStorageItem(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Object
An instance of the IStorageItem class or null if an error occurred.
See Also