ExpandCollapseDecorator.RepositionHostShape Method

This member overrides ShapeDecorator.RepositionHostShape(DecoratorHostShape).

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

Syntax

'宣言
Public Overrides Sub RepositionHostShape ( _
    host As DecoratorHostShape _
)
'使用
Dim instance As ExpandCollapseDecorator
Dim host As DecoratorHostShape

instance.RepositionHostShape(host)
public override void RepositionHostShape(
    DecoratorHostShape host
)
public:
virtual void RepositionHostShape(
    DecoratorHostShape^ host
) override
public override function RepositionHostShape(
    host : DecoratorHostShape
)

Parameters

Permissions

See Also

Reference

ExpandCollapseDecorator Class

ExpandCollapseDecorator Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace