C# Class ImplementNotifyPropertyChangedCS.VsTextViewListener

Inheritance: IVsTextViewCreationListener
Show file Open project: 2j2e/presentations

Public Methods

Method Description
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Private Methods

Method Description
VsTextViewListener ( IVsEditorAdaptersFactoryService editorAdaptersFactory, SVsServiceProvider serviceProvider ) : System.ComponentModel.Composition

Method Details

VsTextViewCreated() public method

public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView
return void