Freigeben über


CompartmentShapeMapHasCompartmentMaps.GetLinks-Methode

Ruft alle CompartmentShapeMapHasCompartmentMaps-Links zwischen einem angegebenen CompartmentShapeMap und einem CompartmentMap 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 CompartmentShapeMap, _
    target As CompartmentMap _
) As ReadOnlyCollection(Of CompartmentShapeMapHasCompartmentMaps)
public static ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps> GetLinks(
    CompartmentShapeMap source,
    CompartmentMap target
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CompartmentShapeMapHasCompartmentMaps Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace