Breakpoint3.FileColumn Property

Definition

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

public:
 property int FileColumn { int get(); };
public:
 property int FileColumn { int get(); };
[System.Runtime.InteropServices.DispId(107)]
public int FileColumn { [System.Runtime.InteropServices.DispId(107)] get; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
member this.FileColumn : int
Public ReadOnly Property FileColumn As Integer

Property Value

An integer that contains the character location.

Implements

Attributes

Remarks

Get FileColumn.

Applies to