INavigateToItemDisplay Interface
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.
Holds UI-suitable display information for a symbol.
public interface class INavigateToItemDisplay
public interface class INavigateToItemDisplay
__interface INavigateToItemDisplay
public interface INavigateToItemDisplay
type INavigateToItemDisplay = interface
Public Interface INavigateToItemDisplay
- Derived
Properties
AdditionalInformation |
Any additional information that should be displayed for the item. A primary use of this string is to help users differentiate between items with identical names. For example, for types and members this could be the fully qualified name of the symbol. |
Description |
Detailed information to be displayed about the item. Commonly this will include the kind, scope, location and a preview of the item. |
DescriptionItems |
If this property is provided, a richly formatted display of the description can be achieved than with the plain text Description property. |
Glyph |
The symbol glyph. This should be closely associated with the kind Kind to indicate to the user if the item is a class, file, method, etc. |
Name |
The name of the item. |
Methods
NavigateTo() |
Navigates to the file, line, and column associated with this symbol. |