C# Class Emmet.EditorExtensions.ViewCreationListener

Inheritance: IVsTextViewCreationListener
Datei anzeigen Open project: sergey-rybalkin/emmet.net

Private Properties

Property Type Description

Public Methods

Method Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Called when a IVsTextView adapter has been created and initialized.

Method Details

VsTextViewCreated() public method

Called when a IVsTextView adapter has been created and initialized.
public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView The newly created and initialized text view adapter.
return void