共用方式為


VsaCompilerError.LineText 屬性

定義

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

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

屬性值

造成錯誤的行原始程式碼。

實作

適用於