Share via


INavigateToItemDisplay.AdditionalInformation Property

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

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)

Syntax

'Declaration
ReadOnly Property AdditionalInformation As String
string AdditionalInformation { get; }
property String^ AdditionalInformation {
    String^ get ();
}
abstract AdditionalInformation : string with get
function get AdditionalInformation () : String

Property Value

Type: System.String
The item's additional information.

Remarks

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.

.NET Framework Security

See Also

Reference

INavigateToItemDisplay Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace