CompartmentMapping Class
Base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Microsoft.VisualStudio.Modeling.Diagrams::CompartmentMapping
Microsoft.VisualStudio.Modeling.Diagrams::ElementListCompartmentMapping
| Name | Description | |
|---|---|---|
![]() | CompartmentMapping(String^) | Constructor that takes all of the intial values. |
| Name | Description | |
|---|---|---|
![]() | CompartmentId | Gets or sets the Compartment identifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeCompartment(Compartment^) | Update the compartment with the value specified by this mapping from the object model |
![]() | InitializeCompartmentShape(CompartmentShape^) | Update the compartment specified by this mapping with the value specified by this mapping from the object model |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


