Skip to content

M_CommandLine_Text_MultilineTextAttribute__ctor_2

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

MultilineTextAttribute Constructor (String, String, String)

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

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

Syntax

C#

protectedMultilineTextAttribute(string line1,string line2,string line3 )

VB

ProtectedSubNew(line1AsString,line2AsString,line3AsString)

C++

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

F#

new: line1 : string * line2 : string * line3 : 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.

See Also

Reference

MultilineTextAttribute Class
MultilineTextAttribute Overload
CommandLine.Text Namespace

Clone this wiki locally