Freigeben über


ConnectorHasDecorators.GetLinksToDecorators-Methode

Ruft die Liste der ConnectorHasDecorators-Links für Connector 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 GetLinksToDecorators ( _
    connectorInstance As Connector _
) As ReadOnlyCollection(Of ConnectorHasDecorators)
public static ReadOnlyCollection<ConnectorHasDecorators> GetLinksToDecorators(
    Connector connectorInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ConnectorHasDecorators Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace