Compartilhar via


Propriedade IVsaError.LineText

Obtém o texto do código-fonte da linha que causou o erro.

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

Sintaxe

'Declaração
ReadOnly Property LineText As String
string LineText { get; }
property String^ LineText {
    String^ get ();
}
abstract LineText : string with get
function get LineText () : String

Valor de propriedade

Tipo: String
Retorna o código de origem literal de cadeia de caracteres da linha que causou o erro.

Consulte também

Referência

IVsaError Interface

Namespace Microsoft.Vsa