DkmTextSpan.EndColumn 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 ending source column. If column information is missing (ex: language service doesn't support it), this value should be set to 0.
public: initonly int EndColumn;
public: initonly int EndColumn;
initonly int EndColumn;
public readonly int EndColumn;
val mutable EndColumn : int
Public ReadOnly EndColumn As Integer