ITextSnapshotLine.GetText Method ()

 

Gets the text of the line, excluding any line break characters.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

string GetText()

Return Value

Type: System.String

The text of the line.

Return to top
Show: