IVsTextStream::CreateTextPoint Method (Int32, Object^)
Visual Studio 2015
Creates a TextPoint object at the given location in the text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iPosition
-
Type:
System::Int32
[in] Starting position in the text buffer to create the TextPoint object.
- ppTextPoint
-
Type:
System::Object^
[out] Pointer to the TextPoint object created.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: