Completion3::IconSource Property

Visual Studio 2015
 

This property is not supported by Completion3 and will always return null. To get the current icon use IconMoniker.

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

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

Property Value

Type: System.Windows.Media::ImageSource^

Null.

Return to top
Show: