CompletionIcon::IconSource Property

 

Gets or sets the icon source.

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

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

Property Value

Type: System.Windows.Media::ImageSource^

The icon source.

Return to top
Show: