IVsaError.LineText 属性
从引起错误的行获取源代码文本。
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
ReadOnly Property LineText As String
string LineText { get; }
property String^ LineText {
String^ get ();
}
abstract LineText : string with get
function get LineText () : String
属性值
类型:String
从引起错误的行返回字符串源代码。