ISmartTagSession::ApplicableToSpan Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ITrackingSpan^ ApplicableToSpan { ITrackingSpan^ get(); void set(ITrackingSpan^ value); }
Show: