Share via


DropHandlerBase.TextView Property

Gets the text view.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.Editor.IWpfTextView
The IWpfTextView.

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace