IVsaError.LineText Property

Gets the text of the source code from the line that caused the error.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property LineText As String
string LineText { get; }
property String^ LineText {
    String^ get ();
}
abstract LineText : string
function get LineText () : String

Property Value

Type: System.String
Returns the string literal source code from the line that caused the error.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace