IVsaError.LineText, propriété
Obtient le texte du code source à partir de la ligne qui a provoqué l'erreur.
Espace de noms : Microsoft.Vsa
Assembly : Microsoft.Vsa (dans Microsoft.Vsa.dll)
Syntaxe
'Déclaration
ReadOnly Property LineText As String
string LineText { get; }
property String^ LineText {
String^ get ();
}
abstract LineText : string with get
function get LineText () : String
Valeur de propriété
Type : String
Retourne le code source du littéral de chaîne à partir de la ligne qui a provoqué l'erreur.