Initializes a new instance of the ShellTreeNode class.
| C# | Visual Basic | Visual C++ |
public ShellTreeNode( ItemIdList p_AbsoluteItemIdList, string p_Text, ShellTreeNode Parent, bool p_IsFolder )
Public Sub New ( _ p_AbsoluteItemIdList As ItemIdList, _ p_Text As String, _ Parent As ShellTreeNode, _ p_IsFolder As Boolean _ )
public: ShellTreeNode( ItemIdList^ p_AbsoluteItemIdList, String^ p_Text, ShellTreeNode^ Parent, bool p_IsFolder )
- p_AbsoluteItemIdList (ItemIdList)
- Absolute ItemIdList of the shell item that this ShellTreeNode should represent.
- p_Text (String)
- Text that should be displayed for this ShellTreeNode
- Parent (ShellTreeNode)
- The parent ShellTreeNode und which this new instance should be added.
- p_IsFolder (Boolean)
- pass true if the new instance should behave like a folder; otherwise passs false.