INavigateToItemDisplay3.GlyphMoniker Property

Definition

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.

Applies to