Compartilhar via


Método DiagramElementHasDecorators.GetLinksToDecorators

Obter a lista de links de DiagramElementHasDecorators para um DiagramElement.

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 GetLinksToDecorators ( _
    diagramElementInstance As DiagramElement _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinksToDecorators(
    DiagramElement diagramElementInstance
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DiagramElementHasDecorators Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition