C# Class MichaelReukauff.Protobuf.CompletionHandlerProvider

Inheritance: IVsTextViewCreationListener
Mostrar archivo Open project: mreu/ProtobufLanguageService Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Implement the VsTextViewCreated method to instantiate the command handler.

Method Details

VsTextViewCreated() public method

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