DropHandlerBase.ExtractText(DragDropInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.