DkmTextSpan.StartColumn Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
1-based integer for the starting source column. If column information is missing (ex: language service doesn't support it), this value should be set to 0.
public: initonly int StartColumn;
public: initonly int StartColumn;
initonly int StartColumn;
public readonly int StartColumn;
val mutable StartColumn : int
Public ReadOnly StartColumn As Integer