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)

public:
property ImageSource^ IconSource {
	virtual ImageSource^ get();
	virtual void set(ImageSource^ value);
}

Property Value

Type: System.Windows.Media::ImageSource^

The icon.

Return to top
Show: