ElementListCompartmentDescription Class

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

Syntax

'Declaration
Public Class ElementListCompartmentDescription _
    Inherits ListCompartmentDescription
'Usage
Dim instance As ElementListCompartmentDescription
public class ElementListCompartmentDescription : ListCompartmentDescription
public ref class ElementListCompartmentDescription : public ListCompartmentDescription
public class ElementListCompartmentDescription extends ListCompartmentDescription

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
    Microsoft.VisualStudio.Modeling.Diagrams.ListCompartmentDescription
      Microsoft.VisualStudio.Modeling.Diagrams.ElementListCompartmentDescription

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

ElementListCompartmentDescription Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace