Breakpoint3.FileColumn 屬性

取得字元位置,這個位置位於設有中斷點之檔案裡的某一行內。

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

語法

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

屬性值

型別:System.Int32
整數,包含字元位置。

實作

Breakpoint2.FileColumn

備註

取得 FileColumn

.NET Framework 安全性

請參閱

參考

Breakpoint3 介面

FileColumn 多載

EnvDTE90a 命名空間