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 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