Breakpoint.ColumnNumber Property
Gets the column number of the Breakpoint.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public uint ColumnNumber { get; }
public:
property unsigned int ColumnNumber {
unsigned int get();
}
member ColumnNumber : uint32 with get
Public ReadOnly Property ColumnNumber As UInteger
Property Value
Type: System.UInt32
The column number of the Breakpoint.
See Also
Breakpoint Class
Microsoft.VisualStudio.Tools.Applications Namespace