DropHandlerBase.ExtractText, méthode
Extrait le texte des informations spécifiées de glisser-déplacer.
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 MustOverride Function ExtractText ( _
dragDropInfo As DragDropInfo _
) As String
protected abstract string ExtractText(
DragDropInfo dragDropInfo
)
protected:
virtual String^ ExtractText(
DragDropInfo^ dragDropInfo
) abstract
abstract ExtractText :
dragDropInfo:DragDropInfo -> string
protected abstract function ExtractText(
dragDropInfo : DragDropInfo
) : String
Paramètres
dragDropInfo
Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoÉlément DragDropInfo.
Valeur de retour
Type : String
Texte extrait.
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.