C# 클래스 dnSpy.Language.Intellisense.QuickInfoSession

상속: IQuickInfoSession2
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

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