ISuggestedAction.IconMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.