Freigeben über


ShapeMapHasDecoratorMaps.GetDecoratorMaps-Methode

Ruft eine Liste mit DecoratorMaps 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 GetDecoratorMaps ( _
    element As BaseShapeMap _
) As LinkedElementCollection(Of DecoratorMap)
public static LinkedElementCollection<DecoratorMap> GetDecoratorMaps(
    BaseShapeMap element
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ShapeMapHasDecoratorMaps Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace