ShellBrowser .Net Edition
ItemIdList Property
NamespacesJam.ShellShellBrowserItemIdList
This property should only be used by advanced users. It returns a copy of the ItemIdList of the current object. Important: The returned ItemIdList has to be freed using CoTaskMemFree when it is not needed any more.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList ItemIdList { get; set; }
Public Property ItemIdList As ItemIdList
public:
property ItemIdList^ ItemIdList {
	ItemIdList^ get ();
	void set (ItemIdList^ value);
}

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