C# Class MichaelReukauff.Protobuf.CompletionHandlerProvider

Inheritance: IVsTextViewCreationListener
Afficher le fichier Open project: mreu/ProtobufLanguageService Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Implement the VsTextViewCreated method to instantiate the command handler.

Method Details

VsTextViewCreated() public méthode

Implement the VsTextViewCreated method to instantiate the command handler.
public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView The text view adapter.
Résultat void