CompartmentShape.GetCompartmentMappings 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.
Overloads
GetCompartmentMappings() |
Get a set of mappings from the ObjectModel to compartments |
GetCompartmentMappings(Type) |
Get a set of compartment mappings for the given melType that the shape is mapped to. |
GetCompartmentMappings()
Get a set of mappings from the ObjectModel to compartments
public:
cli::array <Microsoft::VisualStudio::Modeling::Diagrams::CompartmentMapping ^> ^ GetCompartmentMappings();
public Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[] GetCompartmentMappings ();
member this.GetCompartmentMappings : unit -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
Public Function GetCompartmentMappings () As CompartmentMapping()
Returns
A set of mappings
Applies to
GetCompartmentMappings(Type)
Get a set of compartment mappings for the given melType that the shape is mapped to.
protected:
virtual cli::array <Microsoft::VisualStudio::Modeling::Diagrams::CompartmentMapping ^> ^ GetCompartmentMappings(Type ^ melType);
protected virtual Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[] GetCompartmentMappings (Type melType);
abstract member GetCompartmentMappings : Type -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
override this.GetCompartmentMappings : Type -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
Protected Overridable Function GetCompartmentMappings (melType As Type) As CompartmentMapping()
Parameters
- melType
- Type