Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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
- 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.