Click or drag to resize

ItemGetDataObject Method

Gets a data object for the item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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