INavigateToItemDisplay.DescriptionItems Property

Definition

If this property is provided, a richly formatted display of the description can be achieved than with the plain text Description property.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionItem ^> ^ DescriptionItems { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionItem ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem> DescriptionItems { get; }
member this.DescriptionItems : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem>
Public ReadOnly Property DescriptionItems As ReadOnlyCollection(Of DescriptionItem)

Property Value

The collection of description items.

Remarks

If this property is provided, a more richly formatted display of the description can be achieved than with the plain text Description property.

Applies to