Decorator::ConfigureHostShape Method (ShapeElement^)
Visual Studio 2015
Creates a host shape or configures an existing host shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parent
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The shape to which the host shape will be assigned.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DecoratorHostShape^The new or updated host shape.
If the shape to which the decorator is assigned does not have a host shape, one is created. If a host shape already exists, the settings for the decorator are applied to the existing host shape.
Show: