IDropHandlerProvider::GetAssociatedDropHandler Method (IWpfTextView^)

 

Gets an IDropHandler for a specified IWpfTextView.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

IDropHandler^ GetAssociatedDropHandler(
	IWpfTextView^ wpfTextView
)

Parameters

wpfTextView
Type: Microsoft.VisualStudio.Text.Editor::IWpfTextView^

The text view for which to get the drop handler.

This method is expected to return non-null values.

Return to top
Show: