VsTextBufferClass::CreateEditPoint Method (Int32, Int32, Object^)
Visual Studio 2015
Creates an EditPoint object at the given location in the text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public: virtual int CreateEditPoint( int iLine, int iIndex, [OutAttribute] Object^% ppEditPoint )
Parameters
- iLine
-
Type:
System::Int32
[in] Line number of the EditPoint object in the text buffer.
- iIndex
-
Type:
System::Int32
[in] Character index of the EditPoint object within the line.
- ppEditPoint
-
Type:
System::Object^
[out] Pointer to the IDispatch interface.
Return Value
Type: System::Int32If the method succeeds, returns S_OK; otherwise, returns an error code.
Show: