Share via


INavigateToItemDisplay.AdditionalInformation Property

Definition

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.

public:
 property System::String ^ AdditionalInformation { System::String ^ get(); };
public:
 property Platform::String ^ AdditionalInformation { Platform::String ^ get(); };
public string AdditionalInformation { get; }
member this.AdditionalInformation : string
Public ReadOnly Property AdditionalInformation As String

Property Value

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.

Applies to