ISmartTagSession.IconSource Property

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

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

Syntax

'Declaration
Property IconSource As ImageSource
ImageSource IconSource { get; set; }
property ImageSource^ IconSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract IconSource : ImageSource with get, set
function get IconSource () : ImageSource
function set IconSource (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource
A ImageSource.

Remarks

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

.NET Framework Security

See Also

Reference

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace