Share via


Breakpoint3.FunctionLineOffset Property

Gets the line offset from the name of a function breakpoint.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property FunctionLineOffset As Integer
    Get
int FunctionLineOffset { get; }
property int FunctionLineOffset {
    int get ();
}
abstract FunctionLineOffset : int
function get FunctionLineOffset () : int

Property Value

Type: System.Int32
An integer that contains the line offset from the name of a function breakpoint.

Implements

Breakpoint2.FunctionLineOffset

Remarks

See FunctionLineOffset.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

FunctionLineOffset Overload

EnvDTE90a Namespace