INavigateToItemDisplay::AdditionalInformation Property

 

Gets additional information that should be displayed for the item.

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

property String^ AdditionalInformation {
	String^ get();
}

Property Value

Type: System::String^

The item's additional information.

A primary use of this additional information is to help users differentiate between items with identical names. For example, for types and members, the additional information could be the fully qualified name of the symbol.

Return to top
Show: