Click or drag to resize

ShellMenuTrace Method (IEnumerableShellMenuItem)

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

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