Share via


Completion.IconSource Property

Gets or sets an icon that could be used to describe the completion.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace