IVsThreadSafeTextView 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是的一个线程安全的子集 IVsTextView 。
public interface class IVsThreadSafeTextView
public interface class IVsThreadSafeTextView
__interface IVsThreadSafeTextView
[System.Runtime.InteropServices.Guid("FEC3BF2A-7833-4777-AE74-5FFF86D6794E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsThreadSafeTextView
[<System.Runtime.InteropServices.Guid("FEC3BF2A-7833-4777-AE74-5FFF86D6794E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsThreadSafeTextView = interface
Public Interface IVsThreadSafeTextView
- 属性
注解
这些方法只是将消息发布到主线程,后者随后调用常规处理程序。
方法
| ThreadSafeSetCaretPos(Int32, Int32) |
将坐标发送到 SetCaretPos(Int32, Int32) 。 |