VirtualPoint.CreateEditPoint Method

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

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

Syntax

'Declaration
Function CreateEditPoint As EditPoint
EditPoint CreateEditPoint()
EditPoint^ CreateEditPoint()
abstract CreateEditPoint : unit -> EditPoint 
function CreateEditPoint() : EditPoint

Return Value

Type: EnvDTE.EditPoint
An EditPoint object.

Implements

TextPoint.CreateEditPoint()

Remarks

CreateEditPoint creates and returns a new EditPoint object at the same physical location as the calling object. The resulting EditPoint has the same LineCharOffset value as the VirtualPoint.

.NET Framework Security

See Also

Reference

VirtualPoint Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples