ShellDataObjectFormatGetNativeDataObject Method |
Gets A native IDataObject from a .NET object.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static Object GetNativeDataObject(
Object dataObject
)
Parameters
- dataObject
- Type: SystemObject
The input data object.
Return Value
Type:
ObjectA COM Object that implements the native COM IDataObject or null if the data object is not one or doesn't embed one.
See Also