Click or drag to resize

ShellMenuTrace Method (IEnumerableShellMenuItem)

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.GenericIEnumerableShellMenuItem
The items to trace.

Return Value

Type: String
A string.
See Also