CompartmentShapeMapReferencesCompartmentShape.GetLinks Method
Get any CompartmentShapeMapReferencesCompartmentShape links between a given CompartmentShapeMap and a CompartmentShape.
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 CompartmentShape _
) As ReadOnlyCollection(Of CompartmentShapeMapReferencesCompartmentShape)
public static ReadOnlyCollection<CompartmentShapeMapReferencesCompartmentShape> GetLinks(
CompartmentShapeMap source,
CompartmentShape target
)
public:
static ReadOnlyCollection<CompartmentShapeMapReferencesCompartmentShape^>^ GetLinks(
CompartmentShapeMap^ source,
CompartmentShape^ target
)
static member GetLinks :
source:CompartmentShapeMap *
target:CompartmentShape -> ReadOnlyCollection<CompartmentShapeMapReferencesCompartmentShape>
public static function GetLinks(
source : CompartmentShapeMap,
target : CompartmentShape
) : ReadOnlyCollection<CompartmentShapeMapReferencesCompartmentShape>
Parameters
Return Value
Type: ReadOnlyCollection<CompartmentShapeMapReferencesCompartmentShape>
.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.