INavigateToItemDisplay.DescriptionItems 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.
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.