Condividi tramite


Proprietà DropHandlerBase.TextView

Ottiene la visualizzazione di testo.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropHandlerBase Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor.DragDrop