Click or drag to resize

ShellDataObjectItem Property

Gets the ShellDataObjectFormat with the specified name.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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