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: ImageSource
The icon.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.