ISmartTagSession::ApplicableToSpan Property

 

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.

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

property ITrackingSpan^ ApplicableToSpan {
	ITrackingSpan^ get();
	void set(ITrackingSpan^ value);
}
Return to top
Show: