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
- 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.