Initalizes a new ShellListItem.
| C# | Visual Basic | Visual C++ |
public ShellListItem( ItemIdList p_AbsoluteItemIdList, ItemIdList p_ItemIdList, string p_Text, bool p_IsFolder )
Public Sub New ( _ p_AbsoluteItemIdList As ItemIdList, _ p_ItemIdList As ItemIdList, _ p_Text As String, _ p_IsFolder As Boolean _ )
public: ShellListItem( ItemIdList^ p_AbsoluteItemIdList, ItemIdList^ p_ItemIdList, String^ p_Text, bool p_IsFolder )
- p_AbsoluteItemIdList (ItemIdList)
- The absolute ItemIdList of this shell item. If initialized with null a call to GetAbsoluteItemIdList()()() will fetch it from the ListView the ShellListItem was added to.
- p_ItemIdList (ItemIdList)
- The ItemIdList relative to the parent folder of this shell item.
- p_Text (String)
- The text that should be shown for this shell item.
- p_IsFolder (Boolean)
- Pass true, if this item is a folder; false otherwise.