Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.DragDropInfo
The DragDropInfo.
Return Value
Type: System.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.