TextField.GetMultipleLine(ShapeElement) 方法

定义

返回一个值,该值指示文本字段是否为多行文本字段。

public:
 virtual bool GetMultipleLine(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual bool GetMultipleLine (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetMultipleLine : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.GetMultipleLine : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function GetMultipleLine (parentShape As ShapeElement) As Boolean

参数

parentShape
ShapeElement

此字段的父 ShapeElement。

返回

Boolean

如果此文本字段为多行文本字段,则为 true。

适用于