TextPoint::CreateEditPoint Method ()
Visual Studio 2015
Creates and returns an EditPoint object at the location of the calling object.
Assembly: EnvDTE (in EnvDTE.dll)
CreateEditPoint creates and returns a new EditPoint object at the same physical location as the calling object. If the calling object is a VirtualPoint, then the resulting EditPoint has the same LineCharOffset value as the VirtualPoint.
Show: