CompartmentShapeMapHasCompartmentMaps.GetCompartmentMaps Method

Gets a list of CompartmentMaps.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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

See Also

Reference

CompartmentShapeMapHasCompartmentMaps Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace