VirtualPoint::AbsoluteCharOffset Property
Visual Studio 2015
Gets the one-based character offset from the beginning of the document to the object.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer value indicating the one-based character offset from the beginning of the document to the object.
Implements
TextPoint::AbsoluteCharOffsetAbsoluteCharOffset returns the number of characters from the top of the document to the object, as compared to the LineCharOffset property, which 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: