ISmartTagSession::TagSpan Property

 

The span over which the tag should be rendered.

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^ TagSpan {
	ITrackingSpan^ get();
	void set(ITrackingSpan^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The span.

Return to top
Show: