Click or drag to resize

ShellMenu.Trace Method (IEnumerable<ShellMenuItem>)

Utility method to trace the specified items. Useful for developers.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string Trace(
	IEnumerable<ShellMenuItem> items
)

Parameters

items
Type: System.Collections.Generic.IEnumerable<ShellMenuItem>
The items to trace.

Return Value

Type: String
A string.
See Also