IVsThreadSafeTextView 接口

定义

这是的一个线程安全的子集 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)

适用于