Compartilhar via


Propriedade IWpfTextViewHost.TextView

Obtém o IWpfTextView que está contido em isso IWpfTextViewHost.

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

Sintaxe

'Declaração
ReadOnly Property TextView As IWpfTextView
IWpfTextView TextView { get; }
property IWpfTextView^ TextView {
    IWpfTextView^ get ();
}
abstract TextView : IWpfTextView with get
function get TextView () : IWpfTextView

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextView
O IWpfTextView que está contido em isso IWpfTextViewHost.

Segurança do .NET Framework

Consulte também

Referência

IWpfTextViewHost Interface

Namespace Microsoft.VisualStudio.Text.Editor