Condividi tramite


Metodo IDropHandlerProvider.GetAssociatedDropHandler

ottiene IDropHandler per specificato IWpfTextView.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Editor.DragDrop.IDropHandler
IDropHandler .

Note

Questo metodo è previsto che restituisca nonnullriferimento null (Nothing in Visual Basic) valori.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IDropHandlerProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor.DragDrop