Sdílet prostřednictvím


ShapeHasCompartments.GetLinks – metoda

Získáte ShapeHasCompartments propojení mezi dané CompartmentShape a oddílu.

Obor názvů:  Microsoft.VisualStudio.Modeling.DslDefinition
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetLinks ( _
    source As CompartmentShape, _
    target As Compartment _
) As ReadOnlyCollection(Of ShapeHasCompartments)
public static ReadOnlyCollection<ShapeHasCompartments> GetLinks(
    CompartmentShape source,
    Compartment target
)

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ShapeHasCompartments Třída

Microsoft.VisualStudio.Modeling.DslDefinition – obor názvů