共用方式為


Breakpoint3.FunctionLineOffset 屬性

取得來自函式中斷點名稱的行位移。

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

語法

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

屬性值

類型:Int32
整數,包含來自函式中斷點名稱的行位移。

備註

請參閱 FunctionLineOffset

.NET Framework 安全性

請參閱

參考

Breakpoint3 介面

EnvDTE90a 命名空間