This member overrides ShapeField.GetMaximumInPlaceEditorSize(ShapeElement).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overrides Function GetMaximumInPlaceEditorSize ( _
parentShape As ShapeElement _
) As SizeD
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As SizeD
returnValue = instance.GetMaximumInPlaceEditorSize(parentShape)
public override SizeD GetMaximumInPlaceEditorSize(
ShapeElement parentShape
)
public:
virtual SizeD GetMaximumInPlaceEditorSize(
ShapeElement^ parentShape
) override
public override function GetMaximumInPlaceEditorSize(
parentShape : ShapeElement
) : SizeD
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
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.