ILightBulbSession.ApplicableToSpan Property

Definition

Gets the visual span to which this session is applicable in the text buffer. This is used to position the Light Bulb presentation that is rendered by Light Bulb presenters.

public:
 property Microsoft::VisualStudio::Text::SnapshotSpan ApplicableToSpan { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan ApplicableToSpan { get; }
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property ApplicableToSpan As SnapshotSpan

Property Value

Applies to