DropHandlerBase.ExtractText(DragDropInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode extrait le texte d’un DragDropInfo objet.
protected:
abstract System::String ^ ExtractText(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo);
abstract std::wstring ExtractText(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & dragDropInfo);
protected abstract string ExtractText (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo);
abstract member ExtractText : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> string
Protected MustOverride Function ExtractText (dragDropInfo As DragDropInfo) As String
Paramètres
- dragDropInfo
- DragDropInfo
Le DragDropInfo.
Retours
Texte extrait.