C# Class ColorColumn.ColorColumnAdornmentFactory

Inheritance: IWpfTextViewCreationListener
显示文件 Open project: fpicalausa/Color-Column

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a ColorColumn manager when a textView is created.

Private Methods

Method Description
ColorColumnAdornmentFactory ( IEditorFormatMapService formatMapService, SVsServiceProvider serviceProvider ) : System

Method Details

TextViewCreated() public method

Instantiates a ColorColumn manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
return void