ISmartTagSession::IconSource Property

 

Gets or sets an icon that can be used in the display of this session.

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

The default presenter renders this icon in the smart tag button that appears when the mouse hovers over the tag.

Return to top
Show: