Share via


INavigateToItemDisplay.DescriptionItems Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
ReadOnly Property DescriptionItems As ReadOnlyCollection(Of DescriptionItem)
ReadOnlyCollection<DescriptionItem> DescriptionItems { get; }
property ReadOnlyCollection<DescriptionItem^>^ DescriptionItems {
    ReadOnlyCollection<DescriptionItem^>^ get ();
}
abstract DescriptionItems : ReadOnlyCollection<DescriptionItem> with get
function get DescriptionItems () : ReadOnlyCollection<DescriptionItem>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DescriptionItem>
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.

.NET Framework Security

See Also

Reference

INavigateToItemDisplay Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace