C# Class WebLinterVsix.FileListeners.SourceFileCreationListener

Inheritance: IVsTextViewCreationListener
Afficher le fichier Open project: madskristensen/WebAnalyzer

Private Properties

Свойство Type Description
DocumentSaved void
PromptToUpgrade void
TextviewClosed void

Méthodes publiques

Méthode Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Private Methods

Méthode Description
DocumentSaved ( object sender, TextDocumentFileActionEventArgs e ) : void
PromptToUpgrade ( ) : void
TextviewClosed ( object sender, EventArgs e ) : void

Method Details

VsTextViewCreated() public méthode

public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView
Résultat void