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
'Declaración
ReadOnly Property LineText As String
Get
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.