Compartilhar via


Método IKeyProcessorProvider.GetAssociatedProcessor

Cria um KeyProcessor para um determinado IWpfTextView.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.KeyProcessor
Criaram KeyProcessor.O valor pode ser nulluma referência nula (Nothing no Visual Basic) se este IKeyProcessorProvider não pretender participar no contexto atual.

Segurança do .NET Framework

Consulte também

Referência

IKeyProcessorProvider Interface

Namespace Microsoft.VisualStudio.Text.Editor