FolderNode Class
A node in the project hierarchy that represents a folder.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class FolderNode _
Inherits HierarchyNode
Dim instance As FolderNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class FolderNode : HierarchyNode
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class FolderNode : public HierarchyNode
public class FolderNode extends HierarchyNode
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.HierarchyNode
Microsoft.VisualStudio.Package.FolderNode
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.