EditPoint::AbsoluteCharOffset Property
Visual Studio 2015
Gets the one-based character offset of the EditPoint object.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32The one-based character offset from the beginning of the document to the EditPoint object.
Implements
TextPoint::AbsoluteCharOffsetAbsoluteCharOffset returns the number of characters from the top of the document to the object. The LineCharOffset property determines the number of characters only from the beginning of the line containing the object. New line characters count as one character.
Character numbering begins at one.
Show: