C# Class Microsoft.Languages.Editor.Application.Controller.DefaultKeyProcessorProvider

Inheritance: IKeyProcessorProvider
Afficher le fichier Open project: Microsoft/RTVS

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetAssociatedProcessor ( IWpfTextView wpfTextView ) : KeyProcessor

Creates a new key processor provider for the given WPF text view host

Method Details

GetAssociatedProcessor() public méthode

Creates a new key processor provider for the given WPF text view host
public GetAssociatedProcessor ( IWpfTextView wpfTextView ) : KeyProcessor
wpfTextView IWpfTextView
Résultat KeyProcessor