Bagikan melalui


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

Return Value

Type: String
The extracted text.

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace