Gets a data object for the item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IDataObject GetDataObject(
IBindCtx context = null,
bool throwOnError = true
)
Parameters
- context (Optional)
- Type: System.Runtime.InteropServices.ComTypesIBindCtx
An optional a bind context object. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IDataObject
An instance of IDAtaObject or null if an error occurred.
See Also