Compartilhar via


Propriedade CaretPositionChangedEventArgs.TextView

Obtém o ITextView que contém o cursor.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.ITextView
O modo de texto.

Segurança do .NET Framework

Consulte também

Referência

CaretPositionChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor