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
wpfTextView
Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewLa visualizzazione di testo per il quale ottenere il gestore del trascinamento.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.