C# Класс Microsoft.VisualStudio.Extensions.CaretMargin.CaretMargin

Implementation of an IWpfTextViewMargin that highlights the location of the caret and all instances of words that match the word under the caret.
Наследование: IWpfTextViewMargin
Показать файл Открыть проект

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

Метод Описание
CaretMargin ( IWpfTextViewHost textViewHost, IVerticalScrollBar scrollBar, CaretMarginFactory factory ) : System

Constructor for the CaretMargin.

Dispose ( ) : void

In our dipose, stop listening for events.

GetTextViewMargin ( string marginName ) : ITextViewMargin

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

Метод Описание
ThrowIfDisposed ( ) : void

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

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

Constructor for the CaretMargin.
public CaretMargin ( IWpfTextViewHost textViewHost, IVerticalScrollBar scrollBar, CaretMarginFactory factory ) : System
textViewHost IWpfTextViewHost The IWpfTextViewHost in which this margin will be displayed.
scrollBar IVerticalScrollBar
factory CaretMarginFactory
Результат System

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

In our dipose, stop listening for events.
public Dispose ( ) : void
Результат void

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

public GetTextViewMargin ( string marginName ) : ITextViewMargin
marginName string
Результат ITextViewMargin