ModelElementTreeNode Class
Represents a node for an element in the navigation tree for Model Explorer.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Class ModelElementTreeNode _
Inherits ExplorerTreeNode
'Usage
Dim instance As ModelElementTreeNode
public class ModelElementTreeNode : ExplorerTreeNode
public ref class ModelElementTreeNode : public ExplorerTreeNode
public class ModelElementTreeNode extends ExplorerTreeNode
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
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.