ISmartTagSession.ApplicableToSpan Property

Definition

Gets or sets the span to which this session is applicable in the text buffer. This is used to position any popups that are rendered by smart tag presenters.Smart tags are deprecated in favor of light bulbs. See ILightBulbSession for a replacement.

public:
 property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableToSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public:
 property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableToSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public Microsoft.VisualStudio.Text.ITrackingSpan ApplicableToSpan { get; set; }
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.ITrackingSpan with get, set
Public Property ApplicableToSpan As ITrackingSpan

Property Value

The ITrackingSpan.

Remarks

If, during smart tag session calculation, no smart tag source sets this property then the session will be dismissed.

Applies to