TextField.GetMultipleLine(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示文本字段是否为多行文本字段。
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。
返回
如果此文本字段为多行文本字段,则为 true。