CompartmentDescription.CreateCompartment(Partition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a compartment matching this description.
public:
abstract Microsoft::VisualStudio::Modeling::Diagrams::Compartment ^ CreateCompartment(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public abstract Microsoft.VisualStudio.Modeling.Diagrams.Compartment CreateCompartment (Microsoft.VisualStudio.Modeling.Partition partition);
abstract member CreateCompartment : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.Diagrams.Compartment
Public MustOverride Function CreateCompartment (partition As Partition) As Compartment
Parameters
- partition
- Partition