VirtualPoint.Line 属性

获取对象的行号。

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

语法

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

属性值

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

备注

行编号从 1 开始。

.NET Framework 安全性

请参阅

参考

VirtualPoint 接口

EnvDTE 命名空间