Description for ListCompartments applied to CompartmentShapes.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
    Microsoft.VisualStudio.Modeling.Diagrams.ListCompartmentDescription
      Microsoft.VisualStudio.Modeling.Diagrams.ElementListCompartmentDescription
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Class ElementListCompartmentDescription _
    Inherits ListCompartmentDescription
public class ElementListCompartmentDescription : ListCompartmentDescription
public ref class ElementListCompartmentDescription : public ListCompartmentDescription
type ElementListCompartmentDescription =  
    class
        inherit ListCompartmentDescription
    end
public class ElementListCompartmentDescription extends ListCompartmentDescription
The ElementListCompartmentDescription type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ElementListCompartmentDescription | Constructor that takes all of the initial values. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllowCustomCompartmentFillColor | Gets or sets the variability for the CompartmentFill color. (Inherited from CompartmentDescription.) | 
| .gif) | AllowCustomTitleFillColor | Gets or sets the variability of the TitleFill color. (Inherited from CompartmentDescription.) | 
| .gif) | CompartmentFillColor | Gets or sets the Fill Color for the compartment body. (Inherited from CompartmentDescription.) | 
| .gif) | IsDefaultCollapsed | (Inherited from ListCompartmentDescription.) | 
| .gif) | ItemFontSettings | Gets or sets the font settings used for the compartment items. (Inherited from ListCompartmentDescription.) | 
| .gif) | ItemTextColor | (Inherited from ListCompartmentDescription.) | 
| .gif) | Name | Gets or sets the Name identifier of the Compartment. (Inherited from CompartmentDescription.) | 
| .gif) | Title | Gets or sets the title shown in the comparment header. (Inherited from CompartmentDescription.) | 
| .gif) | TitleFillColor | Gets or sets the FillColor for the compartment header. (Inherited from CompartmentDescription.) | 
| .gif) | TitleFontSettings | Gets or sets the font settings used for the compartment title. (Inherited from CompartmentDescription.) | 
| .gif) | TitleTextColor | (Inherited from CompartmentDescription.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateCompartment | Create a compartment matching this description. (Overrides CompartmentDescription.CreateCompartment(Partition).) | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
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.