IVsThreadSafeTextView Interface

Definição

Este é um subconjunto de thread seguro do 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
Atributos

Comentários

Esses métodos simplesmente postam mensagens ao thread principal, que chama os manipuladores regulares.

Métodos

ThreadSafeSetCaretPos(Int32, Int32)

Envia coordenadas para. SetCaretPos(Int32, Int32) .

Aplica-se a