DropHandlerBase.ExtractText(DragDropInfo) Méthode

Définition

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

String

Texte extrait.

S’applique à