IDropHandlerProvider.GetAssociatedDropHandler(IWpfTextView) Method

Definition

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.

Applies to