ISmartTagAction::Icon Property

 

Gets image information that is displayed alongside the display text in the default smart tag.

Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.

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

property ImageSource^ Icon {
	ImageSource^ get();
}

Property Value

Type: System.Windows.Media::ImageSource^

The icon.

Return to top
Show: