Share via


CompartmentShapeMap.CompartmentMaps Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
Public ReadOnly Property CompartmentMaps As LinkedElementCollection(Of CompartmentMap)
'Usage
Dim instance As CompartmentShapeMap 
Dim value As LinkedElementCollection(Of CompartmentMap)

value = instance.CompartmentMaps
public LinkedElementCollection<CompartmentMap> CompartmentMaps { get; }
public:
property LinkedElementCollection<CompartmentMap^>^ CompartmentMaps {
    LinkedElementCollection<CompartmentMap^>^ get ();
}
public function get CompartmentMaps () : LinkedElementCollection<CompartmentMap>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<CompartmentMap>

.NET Framework Security

See Also

Reference

CompartmentShapeMap Class

CompartmentShapeMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace