DropHandlerBase.ExtractText(DragDropInfo) Yöntem

Tanım

Bu yöntem bir nesnenin metnini ayıklar DragDropInfo .

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

Parametreler

dragDropInfo
DragDropInfo

DragDropInfo.

Döndürülenler

String

Ayıklanan metin.

Şunlara uygulanır