Click or drag to resize

ShellDataObjectGetEnumerator Method

Returns an enumerator that iterates through the formats collection.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerator<ShellDataObjectFormat> GetEnumerator()

Return Value

Type: IEnumeratorShellDataObjectFormat
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also