DropHandlerBase.ExtractText Method
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)
Syntax
'Declaration
Protected MustOverride Function ExtractText ( _
dragDropInfo As DragDropInfo _
) As String
protected abstract string ExtractText(
DragDropInfo dragDropInfo
)
protected:
virtual String^ ExtractText(
DragDropInfo^ dragDropInfo
) abstract
abstract ExtractText :
dragDropInfo:DragDropInfo -> string
protected abstract function ExtractText(
dragDropInfo : DragDropInfo
) : String
Parameters
dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoThe DragDropInfo.
Return Value
Type: String
The extracted text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.