Click or drag to resize

ShellDataObjectFormatEnumerateFormats Method

Enumerates the formats from an IDataIObject.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<FORMATETC> EnumerateFormats(
	Object dataObject
)

Parameters

dataObject
Type: SystemObject
The data object.

Return Value

Type: IEnumerableFORMATETC
A list of supported formats.
See Also