INavigateToItemDisplay::DescriptionItems Property

 

Gets the collection of description items.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
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.

Return to top
Show: