C# Класс dnSpy.Language.Intellisense.QuickInfoSession

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

Private Properties

Свойство Тип Описание
CalculateHasInteractiveContent bool
CreateQuickInfoSources IQuickInfoSource[]

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

Метод Описание
Collapse ( ) : void
Dismiss ( ) : void
DisposeQuickInfoSources ( ) : void
GetTriggerPoint ( ITextBuffer textBuffer ) : ITrackingPoint
GetTriggerPoint ( ITextSnapshot textSnapshot ) : SnapshotPoint?
Match ( ) : bool
QuickInfoSession ( ITextView textView, ITrackingPoint triggerPoint, bool trackMouse, IIntellisensePresenterFactoryService intellisensePresenterFactoryService, IOrderableContentTypeMetadata>.Lazy quickInfoSourceProviders ) : System
Recalculate ( ) : void
Start ( ) : void
TextView_Closed ( object sender, EventArgs e ) : void

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

Метод Описание
CalculateHasInteractiveContent ( ) : bool
CreateQuickInfoSources ( ) : IQuickInfoSource[]

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

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

public Collapse ( ) : void
Результат void

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

public Dismiss ( ) : void
Результат void

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

public DisposeQuickInfoSources ( ) : void
Результат void

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

public GetTriggerPoint ( ITextBuffer textBuffer ) : ITrackingPoint
textBuffer ITextBuffer
Результат ITrackingPoint

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

public GetTriggerPoint ( ITextSnapshot textSnapshot ) : SnapshotPoint?
textSnapshot ITextSnapshot
Результат SnapshotPoint?

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

public Match ( ) : bool
Результат bool

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

public QuickInfoSession ( ITextView textView, ITrackingPoint triggerPoint, bool trackMouse, IIntellisensePresenterFactoryService intellisensePresenterFactoryService, IOrderableContentTypeMetadata>.Lazy quickInfoSourceProviders ) : System
textView ITextView
triggerPoint ITrackingPoint
trackMouse bool
intellisensePresenterFactoryService IIntellisensePresenterFactoryService
quickInfoSourceProviders IOrderableContentTypeMetadata>.Lazy
Результат System

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

public Recalculate ( ) : void
Результат void

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

public Start ( ) : void
Результат void

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

public TextView_Closed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void