INavigateToItemDisplay.AdditionalInformation Property
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.
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.