Partager via


IDropHandlerProvider.GetAssociatedDropHandler, méthode

Obtient un élément IDropHandler correspondant à un objet IWpfTextView spécifié.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.DragDrop.IDropHandler
Élément IDropHandler.

Notes

Il est recommandé que cette méthode retourne des valeurs non d'nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

IDropHandlerProvider Interface

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms