C# Class GistForVS.PurpleBoxAdornmentFactory

Inheritance: IWpfTextViewCreationListener
Afficher le fichier Open project: paulcbetts/GistForVS

Méthodes publiques

Méthode Description
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a GistForVS manager when a textView is created.

Method Details

TextViewCreated() public méthode

Instantiates a GistForVS manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
Résultat void