Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the mappings from the compartment shape to its compartments.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overridable Function GetCompartmentMappings ( _
melType As Type _
) As CompartmentMapping()
protected virtual CompartmentMapping[] GetCompartmentMappings(
Type melType
)
protected:
virtual array<CompartmentMapping^>^ GetCompartmentMappings(
Type^ melType
)
abstract GetCompartmentMappings :
melType:Type -> CompartmentMapping[]
override GetCompartmentMappings :
melType:Type -> CompartmentMapping[]
protected function GetCompartmentMappings(
melType : Type
) : CompartmentMapping[]
Parameters
melType
Type: TypeThe type of model element to which the compartment shape is mapped.
Return Value
Type: array<Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
The mappings from the compartment shape to its compartments.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.