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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.