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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.