Freigeben über


DecoratorMapReferencesDecorator.GetMaps-Methode

Ruft eine Liste von Zuordnungen ab.

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 GetMaps ( _
    element As Decorator _
) As LinkedElementCollection(Of DecoratorMap)
public static LinkedElementCollection<DecoratorMap> GetMaps(
    Decorator element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DecoratorMap>

.NET Framework-Sicherheit

Siehe auch

Referenz

DecoratorMapReferencesDecorator Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace