Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.