Condividi tramite


Metodo IKeyProcessorProvider.GetAssociatedProcessor

Crea un oggetto KeyProcessor per un oggetto specificato IWpfTextView.

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

Sintassi

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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Editor.KeyProcessor
creato KeyProcessor.il valore può essere nullriferimento null (Nothing in Visual Basic) se questo IKeyProcessorProvider non desidera partecipare al contesto corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IKeyProcessorProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor