ISmartTagAction.Icon Property

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

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

Syntax

'Declaration
ReadOnly Property Icon As ImageSource
ImageSource Icon { get; }
property ImageSource^ Icon {
    ImageSource^ get ();
}
abstract Icon : ImageSource with get
function get Icon () : ImageSource

Property Value

Type: System.Windows.Media.ImageSource
The icon.

.NET Framework Security

See Also

Reference

ISmartTagAction Interface

Microsoft.VisualStudio.Language.Intellisense Namespace