Share via


DropHandlerBase.TextView Property

Definition

Gets the IWpfTextView over which this drop handler operates on.

protected:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
protected:
 property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
protected Microsoft.VisualStudio.Text.Editor.IWpfTextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Protected ReadOnly Property TextView As IWpfTextView

Property Value

The IWpfTextView.

Applies to