IJSVsaError.LineText プロパティ

定義

エラーが発生した行から、ソース コードのテキストを取得します。

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

プロパティ値

エラーの原因となった行の文字列リテラル ソース コード。

適用対象