By default, allow in-place editor to size automatically if the field supports auto-size.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Overrides Function AllowInPlaceEditorAutoSize ( _
    parentShape As ShapeElement _
) As Boolean
public override bool AllowInPlaceEditorAutoSize(
    ShapeElement parentShape
)
public:
virtual bool AllowInPlaceEditorAutoSize(
    ShapeElement^ parentShape
) override
abstract AllowInPlaceEditorAutoSize : 
        parentShape:ShapeElement -> bool 
override AllowInPlaceEditorAutoSize : 
        parentShape:ShapeElement -> bool 
public override function AllowInPlaceEditorAutoSize(
    parentShape : ShapeElement
) : boolean
Parameters
- parentShape
 Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: System.Boolean
.NET Framework Security
- 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.