Compartilhar via


Método ShapeHasCompartments.GetLinks

Obtenha todos os links entre um compartimento e de um determinado CompartmentShape ShapeHasCompartments.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ShapeHasCompartments Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition