Returns a new instance of the
ItemIdList class that contains only a part of the current ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax 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
)
member GetPart :
from : int *
length : int -> ItemIdList
Parameters
- from
- Type: SystemInt32
The index of the element of the ItemIdList where to start. - length
- Type: SystemInt32
The number of elements of the ItemIdList that should be copied.
Return Value
Type:
ItemIdListA new instance of the
ItemIdList class the contains te
See Also