DecoratorMapReferencesDecorator.GetMaps(Decorator) Method

Definition

Gets a list of Maps.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^> ^ GetMaps(Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap> GetMaps (Microsoft.VisualStudio.Modeling.DslDefinition.Decorator element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetMaps : Microsoft.VisualStudio.Modeling.DslDefinition.Decorator -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap>
Public Shared Function GetMaps (element As Decorator) As LinkedElementCollection(Of DecoratorMap)

Parameters

element
Decorator

Returns

Attributes

Applies to