C# Class PackmanVsix.JSON.JsonCreationListener

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

Private Properties

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

Méthodes publiques

Méthode Description
TextviewClosed ( object sender, EventArgs e ) : void
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Private Methods

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

Method Details

TextviewClosed() public méthode

public TextviewClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

VsTextViewCreated() public méthode

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