ShapeDecorator.ConfigureHostShape Method

This member overrides Decorator.ConfigureHostShape(ShapeElement).

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overrides Function ConfigureHostShape ( _
    parent As ShapeElement _
) As DecoratorHostShape
'使用
Dim instance As ShapeDecorator
Dim parent As ShapeElement
Dim returnValue As DecoratorHostShape

returnValue = instance.ConfigureHostShape(parent)
public override DecoratorHostShape ConfigureHostShape(
    ShapeElement parent
)
public:
virtual DecoratorHostShape^ ConfigureHostShape(
    ShapeElement^ parent
) override
public override function ConfigureHostShape(
    parent : ShapeElement
) : DecoratorHostShape

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape

Permissions

See Also

Reference

ShapeDecorator Class

ShapeDecorator Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace