Breakpoint3.FunctionColumnOffset Property

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

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

Syntax

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

Property Value

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

Remarks

See FunctionColumnOffset.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace