Share via


ModelExplorerTreeContainer Class

Represents Model Explorer, which contains a tree view in alphabetical order of all elements in a model.

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

Syntax

'Declaration
Public Class ModelExplorerTreeContainer _
    Inherits ContainerBase
'Usage
Dim instance As ModelExplorerTreeContainer
public class ModelExplorerTreeContainer : ContainerBase
public ref class ModelExplorerTreeContainer : public ContainerBase
public class ModelExplorerTreeContainer extends ContainerBase

Remarks

In the Domain-Specific Language Designer, Model Explorer is represented as DSL Explorer. In the generated designer, Model Explorer is represented as Class Diagrams Explorer.

Each item in Model Explorer represents an element in a model. To display this list of elements, the model must be open in the document window. When you click an element in Model Explorer, the element's properties populate the Properties tab.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            Microsoft.VisualStudio.Modeling.Shell.ContainerBase
              Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer

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

ModelExplorerTreeContainer Members

Microsoft.VisualStudio.Modeling.Shell Namespace