Property | Type | Description | |
---|---|---|---|
CalculateHasInteractiveContent | bool | ||
CreateQuickInfoSources | IQuickInfoSource[] |
Method | Description | |
---|---|---|
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 |
||
Recalculate ( ) : void | ||
Start ( ) : void | ||
TextView_Closed ( object sender, |
Method | Description | |
---|---|---|
CalculateHasInteractiveContent ( ) : bool | ||
CreateQuickInfoSources ( ) : IQuickInfoSource[] |
public GetTriggerPoint ( ITextBuffer textBuffer ) : ITrackingPoint | ||
textBuffer | ITextBuffer | |
return | ITrackingPoint |
public GetTriggerPoint ( ITextSnapshot textSnapshot ) : SnapshotPoint? | ||
textSnapshot | ITextSnapshot | |
return | SnapshotPoint? |
public QuickInfoSession ( ITextView textView, ITrackingPoint triggerPoint, bool trackMouse, IIntellisensePresenterFactoryService intellisensePresenterFactoryService, IOrderableContentTypeMetadata>.Lazy |
||
textView | ITextView | |
triggerPoint | ITrackingPoint | |
trackMouse | bool | |
intellisensePresenterFactoryService | IIntellisensePresenterFactoryService | |
quickInfoSourceProviders | IOrderableContentTypeMetadata>.Lazy | |
return | System |
public TextView_Closed ( object sender, |
||
sender | object | |
e | ||
return | void |