Share via


DropHandlerBase.ExtractText(DragDropInfo) Method

Definition

This method extracts the text of an DragDropInfo object.

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

Parameters

dragDropInfo
DragDropInfo

The DragDropInfo.

Returns

The extracted text.

Applies to