CodeGenerationUtilities.GetDiagramElementForDecoratorMap(DecoratorMap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the diagram element associated with the shape or connector map that defines a decorator map.
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ GetDiagramElementForDecoratorMap(Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ decoratorMap);
public static Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement GetDiagramElementForDecoratorMap (Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap decoratorMap);
static member GetDiagramElementForDecoratorMap : Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap -> Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement
Public Shared Function GetDiagramElementForDecoratorMap (decoratorMap As DecoratorMap) As DiagramElement
Parameters
- decoratorMap
- DecoratorMap