Breakpoint::FileColumn Property

 

Indicates the character location within a line in a file for a file breakpoint.

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

property int FileColumn {
	int get();
}

Property Value

Type: System::Int32

An integer that represents the character location within a line in a file that contains the breakpoint.

The return value is specified in the Character box of the File, New Breakpoint Dialog Box dialog box.

The following example demonstrates how to use the FileColumn property.

No code example is currently available or this language may not be supported.
Return to top
Show: