共用方式為


TextPoint.DisplayColumn 屬性

取得包含 TextPoint 物件的目前顯示資料行數目。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
ReadOnly Property DisplayColumn As Integer
int DisplayColumn { get; }
property int DisplayColumn {
    int get ();
}
abstract DisplayColumn : int
function get DisplayColumn () : int

屬性值

型別:System.Int32
代表包含 TextPoint 物件的目前顯示資料行數目的整數值。

備註

資料行編號從 1 開始。 如果行包含定位字元,顯示資料行可能不同於 LineCharOffset 屬性。 DisplayColumn 使用定位點大小的全域設定決定顯示的資料行。

.NET Framework 安全性

請參閱

參考

TextPoint 介面

EnvDTE 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例