Share via


INavigateToItemDisplay.Glyph Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the symbol icon.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Glyph As Icon
Icon Glyph { get; }
property Icon^ Glyph {
    Icon^ get ();
}
abstract Glyph : Icon with get
function get Glyph () : Icon

Property Value

Type: System.Drawing.Icon
The icon that is associated with an item.

Remarks

The icon should be closely associated with the Kind to indicate to the user whether the item is a class, file, method, and so on.

.NET Framework Security

See Also

Reference

INavigateToItemDisplay Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace