Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of CompartmentMaps.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetCompartmentMaps ( _
    element As CompartmentShapeMap _
) As LinkedElementCollection(Of CompartmentMap)
public static LinkedElementCollection<CompartmentMap> GetCompartmentMaps(
    CompartmentShapeMap element
)
public:
static LinkedElementCollection<CompartmentMap^>^ GetCompartmentMaps(
    CompartmentShapeMap^ element
)
static member GetCompartmentMaps : 
        element:CompartmentShapeMap -> LinkedElementCollection<CompartmentMap> 
public static function GetCompartmentMaps(
    element : CompartmentShapeMap
) : LinkedElementCollection<CompartmentMap>
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<CompartmentMap>
.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.