Поделиться через


IDropHandlerProvider.GetAssociatedDropHandler - метод

Получает обработчик IDropHandler для заданного представления IWpfTextView.

Пространство имен:  Microsoft.VisualStudio.Text.Editor.DragDrop
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
Function GetAssociatedDropHandler ( _
    wpfTextView As IWpfTextView _
) As IDropHandler
IDropHandler GetAssociatedDropHandler(
    IWpfTextView wpfTextView
)
IDropHandler^ GetAssociatedDropHandler(
    IWpfTextView^ wpfTextView
)
abstract GetAssociatedDropHandler : 
        wpfTextView:IWpfTextView -> IDropHandler
function GetAssociatedDropHandler(
    wpfTextView : IWpfTextView
) : IDropHandler

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.Text.Editor.DragDrop.IDropHandler
Обработчик IDropHandler.

Заметки

Предполагается, что этот метод не возвращаетnullссылка NULL (Nothing в Visual Basic) значения.

Безопасность платформы .NET Framework

См. также

Ссылки

IDropHandlerProvider Интерфейс

Microsoft.VisualStudio.Text.Editor.DragDrop - пространство имен