Share via


Breakpoint3.FileColumn Property

Gets the character location within a line in a file where the breakpoint is set.

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

Syntax

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

Property Value

Type: System.Int32
An integer that contains the character location.

Implements

Breakpoint2.FileColumn

Remarks

Get FileColumn.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

FileColumn Overload

EnvDTE90a Namespace