EditPoint::CreateEditPoint Method ()

 

Creates and returns an EditPoint object at the location of the calling object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

EditPoint^ CreateEditPoint()

Return Value

Type: EnvDTE::EditPoint^

A EditPoint object.

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.

No code example is currently available or this language may not be supported.
Return to top
Show: