ShellDataObjectFormatEnumerateFormats Method |
Enumerates the formats from an IDataIObject.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IEnumerable<FORMATETC> EnumerateFormats(
Object dataObject
)
Parameters
- dataObject
- Type: SystemObject
The data object.
Return Value
Type:
IEnumerableFORMATETCA list of supported formats.
See Also