C# Класс GistForVS.PurpleBoxAdornmentFactory

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

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

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

Instantiates a GistForVS manager when a textView is created.

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

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

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