Initalizes a new ShellListItem.
| C# | Visual Basic | Visual C++ |
public ShellListItem( ItemIdList p_ItemIdList, string p_Text, bool p_IsFolder )
Public Sub New ( _ p_ItemIdList As ItemIdList, _ p_Text As String, _ p_IsFolder As Boolean _ )
public: ShellListItem( ItemIdList^ p_ItemIdList, String^ p_Text, bool p_IsFolder )
- p_ItemIdList (ItemIdList)
- The ItemIdList 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.