ISuggestedAction.IconMoniker Property

Definition

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

public:
 property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker IconMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker IconMoniker { get; }
member this.IconMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property IconMoniker As ImageMoniker

Property Value

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

Applies to