TextField.GetMultipleLine Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function GetMultipleLine ( _
    parentShape As ShapeElement _
) As Boolean
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As Boolean

returnValue = instance.GetMultipleLine(parentShape)
public virtual bool GetMultipleLine(
    ShapeElement parentShape
)
public:
virtual bool GetMultipleLine(
    ShapeElement^ parentShape
)
public function GetMultipleLine(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace