Completion3::IconMoniker Property

Visual Studio 2015
 

Gets or sets the moniker used to define a multi-resolution image.

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

public:
property ImageMoniker IconMoniker {
	[CompilerGeneratedAttribute]
	virtual ImageMoniker get();
	[CompilerGeneratedAttribute]
	private: virtual void set(ImageMoniker value);
}

Property Value

Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

The moniker used to define a multi-resolution image.

Return to top
Show: