VirtualPoint.CreateEditPoint Method

Definition

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

public:
 EnvDTE::EditPoint ^ CreateEditPoint();
public:
 EnvDTE::EditPoint ^ CreateEditPoint();
EnvDTE::EditPoint CreateEditPoint();
[System.Runtime.InteropServices.DispId(34)]
public EnvDTE.EditPoint CreateEditPoint ();
[<System.Runtime.InteropServices.DispId(34)>]
abstract member CreateEditPoint : unit -> EnvDTE.EditPoint
Public Function CreateEditPoint () As EditPoint

Returns

An EditPoint object.

Implements

Attributes

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.

Applies to