VirtualPoint.Line 属性

获取对象的行号。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
ReadOnly Property Line As Integer
    Get
int Line { get; }
property int Line {
    int get ();
}
abstract Line : int
function get Line () : int

属性值

类型:System.Int32
一个整数值,指示对象的行号。

实现

TextPoint.Line

备注

行号从 1 开始。

.NET Framework 安全性

请参见

参考

VirtualPoint 接口

Line 重载

EnvDTE 命名空间