Freigeben über


DecoratorMapReferencesDecorator.GetLinksToMaps-Methode

Gelangen Sie die Liste der DecoratorMapReferencesDecorator-Links an ein Decorator-Element.

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

Syntax

'Declaration
Public Shared Function GetLinksToMaps ( _
    decoratorInstance As Decorator _
) As ReadOnlyCollection(Of DecoratorMapReferencesDecorator)
public static ReadOnlyCollection<DecoratorMapReferencesDecorator> GetLinksToMaps(
    Decorator decoratorInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DecoratorMapReferencesDecorator Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace