Freigeben über


CompartmentShapeHasBaseCompartmentShape.GetLinks-Methode

Ruft alle CompartmentShapeHasBaseCompartmentShape-Links zwischen einem angegebenen CompartmentShape und einem CompartmentShape ab.

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 CompartmentShape, _
    target As CompartmentShape _
) As ReadOnlyCollection(Of CompartmentShapeHasBaseCompartmentShape)
public static ReadOnlyCollection<CompartmentShapeHasBaseCompartmentShape> GetLinks(
    CompartmentShape source,
    CompartmentShape target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<CompartmentShapeHasBaseCompartmentShape>

.NET Framework-Sicherheit

Siehe auch

Referenz

CompartmentShapeHasBaseCompartmentShape Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace