Click or drag to resize

OnDemandDataObjectEnumerateFormats 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.ComTypesDATADIR
The direction. Only DATADIR_GET is supported.

Return Value

Type: IEnumerableOnDemandDataFormat
A list of available formats.
See Also