共用方式為


IVsaError.LineText 屬性

定義

從造成錯誤的行,取得原始程式碼的文字。

public:
 property System::String ^ LineText { System::String ^ get(); };
public string LineText { get; }
member this.LineText : string
Public ReadOnly Property LineText As String

屬性值

造成錯誤的行的字串常值原始程式碼。

適用於