Compartir a través de


IWpfTextViewHost.TextView (Propiedad)

Obtiene la interfaz IWpfTextView contenida en IWpfTextViewHost.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI.Wpf (en Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxis

'Declaración
ReadOnly Property TextView As IWpfTextView
IWpfTextView TextView { get; }
property IWpfTextView^ TextView {
    IWpfTextView^ get ();
}
abstract TextView : IWpfTextView with get
function get TextView () : IWpfTextView

Valor de propiedad

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextView
IWpfTextView que esté dentro de este IWpfTextViewHost.

Seguridad de .NET Framework

Vea también

Referencia

IWpfTextViewHost Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)