IDropHandlerProvider.GetAssociatedDropHandler(IWpfTextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IDropHandler for a specified IWpfTextView.
public:
Microsoft::VisualStudio::Text::Editor::DragDrop::IDropHandler ^ GetAssociatedDropHandler(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView);
public:
Microsoft::VisualStudio::Text::Editor::DragDrop::IDropHandler ^ GetAssociatedDropHandler(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView);
Microsoft::VisualStudio::Text::Editor::DragDrop::IDropHandler GetAssociatedDropHandler(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & wpfTextView);
public Microsoft.VisualStudio.Text.Editor.DragDrop.IDropHandler GetAssociatedDropHandler (Microsoft.VisualStudio.Text.Editor.IWpfTextView wpfTextView);
abstract member GetAssociatedDropHandler : Microsoft.VisualStudio.Text.Editor.IWpfTextView -> Microsoft.VisualStudio.Text.Editor.DragDrop.IDropHandler
Public Function GetAssociatedDropHandler (wpfTextView As IWpfTextView) As IDropHandler
Parameters
- wpfTextView
- IWpfTextView
The text view for which to get the drop handler.
Returns
The IDropHandler.
Remarks
This method is expected to return non-null values.