ILightBulbSession Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyActionCategories

Gets the set of suggested action categories this session was requested to provide.

System_CAPS_pubpropertyApplicableToSpan

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.

System_CAPS_pubpropertyIsCollapsed

Determines whether the session is in the collapsed state.

System_CAPS_pubpropertyIsDismissed

Determines whether the session is dismissed.(Inherited from IIntellisenseSession.)

System_CAPS_pubpropertyIsExpanded

Determines whether the session is in the expanded state.

System_CAPS_pubpropertyPresenter

Gets the IIntellisensePresenter that is used to render IntelliSense for this session.(Inherited from IIntellisenseSession.)

System_CAPS_pubpropertyProperties

(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyTextView

Gets the ITextView in which this IntelliSense session was triggered.(Inherited from IIntellisenseSession.)

System_CAPS_pubpropertyTrackMouse

Determines whether this session is tracking the mouse.

Return to top
Show: