Compartilhar via


Propriedade DropHandlerBase.TextView

Obtém o modo de exibição de texto.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextView
O IWpfTextView.

Segurança do .NET Framework

Consulte também

Referência

DropHandlerBase Classe

Namespace Microsoft.VisualStudio.Text.Editor.DragDrop