Skip to content

M_CommandLine_Text_MultilineTextAttribute__ctor_3

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

MultilineTextAttribute Constructor (String, String, String, String)

Initializes a new instance of the MultilineTextAttribute class. Used in type using four lines of text.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

protected MultilineTextAttribute(
	string line1,
	string line2,
	string line3,
	string line4
)

VB

Protected Sub New ( 
	line1 As String,
	line2 As String,
	line3 As String,
	line4 As String
)

C++

protected:
MultilineTextAttribute(
	String^ line1, 
	String^ line2, 
	String^ line3, 
	String^ line4
)

F#

new : 
        line1 : string * 
        line2 : string * 
        line3 : string * 
        line4 : string -> MultilineTextAttribute

Parameters

 

line1
Type: System.String
The first line of text.
line2
Type: System.String
The second line of text.
line3
Type: System.String
The third line of text.
line4
Type: System.String
The fourth line of text.

See Also

Reference

MultilineTextAttribute Class
MultilineTextAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally