Share via


INavigateToItemDisplay Interface

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

Holds UI-appropriate display information for a symbol.

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

Syntax

'Declaration
Public Interface INavigateToItemDisplay
public interface INavigateToItemDisplay
public interface class INavigateToItemDisplay
type INavigateToItemDisplay =  interface end
public interface INavigateToItemDisplay

The INavigateToItemDisplay type exposes the following members.

Properties

  Name Description
Public property AdditionalInformation Gets additional information that should be displayed for the item.
Public property Description Gets a detailed description to be displayed about the item. This frequently includes the kind, scope, and location of the item, and a preview of the item.
Public property DescriptionItems Gets the collection of description items.
Public property Glyph Gets the symbol icon.
Public property Name Gets the name of the item.

Top

Methods

  Name Description
Public method NavigateTo Navigates to the file, line, and column associated with the symbol.

Top

See Also

Reference

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace