Condividi tramite


Proprietà CaretPositionChangedEventArgs.TextView

ottiene ITextView contenente il cursore.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TextView As ITextView
public ITextView TextView { get; }
public:
property ITextView^ TextView {
    ITextView^ get ();
}
member TextView : ITextView with get
function get TextView () : ITextView

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Editor.ITextView
La visualizzazione di testo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CaretPositionChangedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor