TextDocument::CreateEditPoint Method (TextPoint^)
Visual Studio 2015
Creates an EditPoint object at the specified location and returns it. The default location is the beginning of the document.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- TextPoint
-
Type:
EnvDTE::TextPoint^
Optional. A TextPoint object to copy. If a value is supplied to TextPoint, then the new point is at the same Line and LineCharOffset as TextPoint.
CreateEditPoint creates and returns a new EditPoint object at the same physical location as the text point. If the object is a virtual point, then the resulting edit point has the same LineCharOffset value as the object.
Show: