ShellBrowser .Net Edition
GetPart Method (from, length)
NamespacesJam.ShellItemIdListGetPart(Int32, Int32)
Returns a new instance of the ItemIdList class that contains only a part of the current ItemIdList.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList GetPart(
	int from,
	int length
)
Public Function GetPart ( _
	from As Integer, _
	length As Integer _
) As ItemIdList
public:
ItemIdList^ GetPart(
	int from, 
	int length
)
Parameters
from (Int32)
The index of the element of the ItemIdList where to start.
length (Int32)
The number of elements of the ItemIdList that should be copied.
Return Value
A new instance of the ItemIdList class the contains te

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)