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
返回发生错误的行号。

请参阅

参考

IVsaError 接口

Microsoft.Vsa 命名空间