Condividi tramite


Proprietà ITextSelection.TextView

Ottiene la visualizzazione di testo a cui appartiene questa selezione.

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

Sintassi

'Dichiarazione
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
    ITextView^ get ();
}
abstract 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

ITextSelection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor