Partager via


DropHandlerBase.TextView, propriété

Obtient l'affichage de texte.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Élément IWpfTextView.

Sécurité .NET Framework

Voir aussi

Référence

DropHandlerBase Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms