C# Class Emmet.EditorExtensions.ViewCreationListener

Inheritance: IVsTextViewCreationListener
Afficher le fichier Open project: sergey-rybalkin/emmet.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Called when a IVsTextView adapter has been created and initialized.

Method Details

VsTextViewCreated() public méthode

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.
Résultat void