ItemIdListConcatRelativeIdList Method |
Concatenates a relative item idlist to the current one returning a new object
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ItemIdList ConcatRelativeIdList(
IntPtr idList
)
Public Function ConcatRelativeIdList (
idList As IntPtr
) As ItemIdList
public:
ItemIdList^ ConcatRelativeIdList(
IntPtr idList
)
member ConcatRelativeIdList :
idList : IntPtr -> ItemIdList Parameters
- idList IntPtr
- pointer to the relative item id list
Return Value
ItemIdLista new ItemIdList
See Also