Click or drag to resize

OnDemandDataObject.EnumerateFormats Method

Enumerates the available formats.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual IEnumerable<OnDemandDataFormat> EnumerateFormats(
	DATADIR direction
)

Parameters

direction
Type: System.Runtime.InteropServices.ComTypes.DATADIR
The direction. Only DATADIR_GET is supported.

Return Value

Type: IEnumerable<OnDemandDataFormat>
A list of available formats.
See Also