مشاركة عبر


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

'إقرار
ReadOnly Property LineText As String
    Get
'الاستخدام
Dim instance As IVsaError
Dim value As String

value = instance.LineText
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

IVsaError Members

Microsoft.Vsa Namespace