Share via


CompartmentShapeMapHasCompartmentMaps.GetLinks Method

Get any CompartmentShapeMapHasCompartmentMaps links between a given CompartmentShapeMap and a CompartmentMap.

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 GetLinks ( _
    source As CompartmentShapeMap, _
    target As CompartmentMap _
) As ReadOnlyCollection(Of CompartmentShapeMapHasCompartmentMaps)
public static ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps> GetLinks(
    CompartmentShapeMap source,
    CompartmentMap target
)
public:
static ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps^>^ GetLinks(
    CompartmentShapeMap^ source, 
    CompartmentMap^ target
)
static member GetLinks : 
        source:CompartmentShapeMap * 
        target:CompartmentMap -> ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps> 
public static function GetLinks(
    source : CompartmentShapeMap, 
    target : CompartmentMap
) : ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>

Parameters

Return Value

Type: ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>

.NET Framework Security

See Also

Reference

CompartmentShapeMapHasCompartmentMaps Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace