Freigeben über


IWpfTextViewHost.TextView-Eigenschaft

Ruft die IWpfTextView ab, die in diesem IWpfTextViewHost enthalten ist.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Editor.IWpfTextView
IWpfTextView , das in diesem IWpfTextViewHostenthalten ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewHost Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace