Click or drag to resize

ShellItemIdListAddRange Method

Adds a range of SHITEMID structures to this instance.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void AddRange(
	IEnumerable<ShellItemId> child
)

Parameters

child
Type: System.Collections.GenericIEnumerableShellItemId
The child.
Exceptions
ExceptionCondition
ArgumentNullExceptionchild is null.
See Also