C# Класс ColorColumn.ColorColumnAdornmentFactory

Наследование: IWpfTextViewCreationListener
Показать файл Открыть проект

Открытые методы

Метод Описание
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a ColorColumn manager when a textView is created.

Приватные методы

Метод Описание
ColorColumnAdornmentFactory ( IEditorFormatMapService formatMapService, SVsServiceProvider serviceProvider ) : System

Описание методов

TextViewCreated() публичный Метод

Instantiates a ColorColumn manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
Результат void