Breakpoint::FunctionLineOffset Property

 

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

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

property int FunctionLineOffset {
	int get();
}

Property Value

Type: System::Int32

An integer value representing the line offset from the name of a function breakpoint.

Depending on engine, this may not function properly in native language.

The following example demonstrates how to use the FunctionLineOffset property.

No code example is currently available or this language may not be supported.
Return to top
Show: