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
wpfTextView
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewAffichage de texte pour lequel obtenir le gestionnaire de déplacement.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.