IVsaError.Line プロパティ
エラーが発生した行番号を取得します。
名前空間: Microsoft.Vsa
アセンブリ: Microsoft.Vsa (Microsoft.Vsa.dll 内)
構文
'宣言
ReadOnly Property Line As Integer
int Line { get; }
property int Line {
int get ();
}
abstract Line : int with get
function get Line () : int
プロパティ値
型 : Int32
エラーが発生した行番号を返します。