共用方式為


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
從造成錯誤的行,傳回字串常值原始程式碼。

請參閱

參考

IVsaError 介面

Microsoft.Vsa 命名空間