Share via


IKeyProcessorProvider.GetAssociatedProcessor, méthode

Crée un élément KeyProcessor correspondant à un objet IWpfTextView spécifié.

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

Syntaxe

'Déclaration
Function GetAssociatedProcessor ( _
    wpfTextView As IWpfTextView _
) As KeyProcessor
KeyProcessor GetAssociatedProcessor(
    IWpfTextView wpfTextView
)
KeyProcessor^ GetAssociatedProcessor(
    IWpfTextView^ wpfTextView
)
abstract GetAssociatedProcessor : 
        wpfTextView:IWpfTextView -> KeyProcessor
function GetAssociatedProcessor(
    wpfTextView : IWpfTextView
) : KeyProcessor

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.KeyProcessor
Élément KeyProcessor créé.La valeur peut être nullune référence null (Nothing en Visual Basic) si cet IKeyProcessorProvider ne souhaite pas participer au contexte actuel.

Sécurité .NET Framework

Voir aussi

Référence

IKeyProcessorProvider Interface

Microsoft.VisualStudio.Text.Editor, espace de noms