ShellDataObjectFormatGetNativeDataObject Method |
Gets A native IDataObject from a .NET object.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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