Share via


ExplorerTreeNode Class

Represents a node in the Model Explorer tree view.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public MustInherit Class ExplorerTreeNode _
    Inherits TreeNode
'Usage
Dim instance As ExplorerTreeNode
public abstract class ExplorerTreeNode : TreeNode
public ref class ExplorerTreeNode abstract : public TreeNode
public abstract class ExplorerTreeNode extends TreeNode

Remarks

DSL Explorer is derived from Model Explorer.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.Windows.Forms.TreeNode
      Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode
        Microsoft.VisualStudio.Modeling.Shell.ModelElementTreeNode
        Microsoft.VisualStudio.Modeling.Shell.RoleGroupTreeNode
        Microsoft.VisualStudio.Modeling.Shell.RoleTreeNode

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.

See Also

Reference

ExplorerTreeNode Members

Microsoft.VisualStudio.Modeling.Shell Namespace