CompartmentShapeMap.CompartmentMaps Property

Gets a list of CompartmentMaps. Compartment maps defined by the compartment shape map.

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 ReadOnly Property CompartmentMaps As LinkedElementCollection(Of CompartmentMap)
public LinkedElementCollection<CompartmentMap> CompartmentMaps { get; }
public:
property LinkedElementCollection<CompartmentMap^>^ CompartmentMaps {
    LinkedElementCollection<CompartmentMap^>^ get ();
}
member CompartmentMaps : LinkedElementCollection<CompartmentMap> with get
function get CompartmentMaps () : LinkedElementCollection<CompartmentMap>

Property Value

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

.NET Framework Security

See Also

Reference

CompartmentShapeMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace