IVsThreadSafeTextView Interface
Visual Studio 2015
This is a thread-safe subset of IVsTextView.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ThreadSafeSetCaretPos(Int32, Int32) | Sends coordinates to.SetCaretPos. |
These methods simply post messages to the main thread, which then calls the regular handlers.
Show:
