Click or drag to resize

OnDemandDataObjectGetFormat Method

Gets a specific format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual OnDemandDataFormat GetFormat(
	OnDemandDataFormat format
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format specification.

Return Value

Type: OnDemandDataFormat
A OnDemandDataFormat instance or null if no matching format was found.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat is null.
See Also