CompletionIcon2::IconSource Property

Visual Studio 2015
 

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^

Returns ImageSource.

Return to top
Show: