INavigateToItemDisplay::Glyph Property

 

Gets the symbol icon.

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

property Icon^ Glyph {
	Icon^ get();
}

Property Value

Type: System.Drawing::Icon^

The icon that is associated with an item.

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.

Return to top
Show: