Click or drag to resize

ShellDataObjectItem Property

Gets the ShellDataObjectFormat with the specified name.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellDataObjectFormat this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Property Value

Type: ShellDataObjectFormat
An instance of the ShellDataObjectFormat class or null if it was not found.

Return Value

Type: ShellDataObjectFormat
An instance of the ShellDataObjectFormat class or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also