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
int FileColumn { get; }
property int FileColumn {
int get ();
}
abstract FileColumn : int with get
function get FileColumn () : int
Property Value
Type: System.Int32
An integer that contains the character location.
Remarks
Get FileColumn.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.