ISuggestedAction::IconMoniker Property

Visual Studio 2015
 

Gets an optional icon representing the suggested action or null if this suggested action doesn't have an icon.

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

property ImageMoniker IconMoniker {
	ImageMoniker get();
}

Property Value

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

An optional icon representing the suggested action or null if this suggested action doesn't have an icon.

Return to top
Show: