ILightBulbSession::ApplicableToSpan Property

Visual Studio 2015
 

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.

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

property SnapshotSpan ApplicableToSpan {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The visual span to which this session is applicable in the text buffer.

Return to top
Show: