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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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: System.Collections.ObjectModel.ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>
.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.