DropHandlerBase::ExtractText Method (DragDropInfo^)

 

Extracts the text of the specified drag and drop info.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

protected:
virtual String^ ExtractText(
	DragDropInfo^ dragDropInfo
) abstract

Return Value

Type: System::String^

The extracted text.

Return to top
Show: