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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.