Share via


IVsThreadSafeTextView, interface

C'est un sous-ensemble thread-safe d'IVsTextView.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
<GuidAttribute("FEC3BF2A-7833-4777-AE74-5FFF86D6794E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsThreadSafeTextView
[GuidAttribute("FEC3BF2A-7833-4777-AE74-5FFF86D6794E")]
[InterfaceTypeAttribute()]
public interface IVsThreadSafeTextView
[GuidAttribute(L"FEC3BF2A-7833-4777-AE74-5FFF86D6794E")]
[InterfaceTypeAttribute()]
public interface class IVsThreadSafeTextView
[<GuidAttribute("FEC3BF2A-7833-4777-AE74-5FFF86D6794E")>]
[<InterfaceTypeAttribute()>]
type IVsThreadSafeTextView =  interface end
public interface IVsThreadSafeTextView

Le type IVsThreadSafeTextView expose les membres suivants.

Méthodes

  Nom Description
Méthode publique ThreadSafeSetCaretPos Envoie des coordonnées à. SetCaretPos.

Début

Notes

Ces méthodes publient simplement des messages au thread principal, qui appelle ensuite les gestionnaires normaux.

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms