CodeElement2::EndPoint Property
Visual Studio 2015
Gets the text point that is the location of the end of the code item.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
CodeElement::EndPointThe text point location is immediately after the last character of the code element (including any semicolon terminating syntax, or separating syntax). Getting the property implicitly opens the source file if it can be opened. Some languages, however, cannot open arbitrary files on the disk and can open files only in currently open solution.
Note |
|---|
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. |
Show:
