Breakpoint::FunctionColumnOffset Property

 

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

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

property int FunctionColumnOffset {
	int get();
}

Property Value

Type: System::Int32

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

The following example demonstrates how to use the FunctionColumnOffset property.

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