INavigateToItemDisplay3.GlyphMoniker 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 the item's icon moniker. This should be closely associated with the Kind to indicate to the user if the item is a class, file, method, etc.
public:
property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker GlyphMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker GlyphMoniker { get; }
member this.GlyphMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property GlyphMoniker As ImageMoniker
Property Value
Remarks
This property obsoletes Glyph and will be used first, but for backward compatibility if this property returns InvalidImageMoniker, Glyph will be used.