INavigateToItemDisplay::DescriptionItems Property
Visual Studio 2015
Gets the collection of description items.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
property ReadOnlyCollection<DescriptionItem^>^ DescriptionItems {
ReadOnlyCollection<DescriptionItem^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DescriptionItem^>^The collection of description items.
If this property is provided, a more richly formatted display of the description can be achieved than with the plain text Description property.
Show: