Compartir a través de


ShapeHasCompartments.GetLinks (Método)

Obtiene los vínculos de ShapeHasCompartments entre un objeto CompartmentShape determinado y un objeto Compartment.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ShapeHasCompartments Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)