ILightBulbSession Properties
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | ActionCategories | Gets the set of suggested action categories this session was requested to provide. |
![]() | ApplicableToSpan | Gets the visual span to which this session is applicable in the text buffer. This is used to position the LightBulb presentation that is rendered by light bulb presenters. |
![]() | IsCollapsed | Determines whether the session is in the collapsed state. |
![]() | IsDismissed | Determines whether the session is dismissed.(Inherited from IIntellisenseSession.) |
![]() | IsExpanded | Determines whether the session is in the expanded state. |
![]() | Presenter | Gets the IIntellisensePresenter that is used to render IntelliSense for this session.(Inherited from IIntellisenseSession.) |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | TextView | Gets the ITextView in which this IntelliSense session was triggered.(Inherited from IIntellisenseSession.) |
![]() | TrackMouse | Determines whether this session is tracking the mouse. |
