TextPoint.DisplayColumn 属性

返回包含 TextPoint 对象的当前显示列的编号。

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

语法

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

属性值

类型:Int32
一个整数值,它指示包含 TextPoint 对象的当前显示列的编号。

备注

列编号从 1 开始。 如果行中包含制表符,则显示列可能不同于 LineCharOffset 属性的值。 DisplayColumn 使用制表符大小的全局设置来确定显示列。

.NET Framework 安全性

请参阅

参考

TextPoint 接口

EnvDTE 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例