Click or drag to resize

OnDemandDataObjectGetFormat Method

Gets a specific format.

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

Parameters

format
Type: 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