다음을 통해 공유


DescriptionItem Constructor

Definition

Creates a new DescriptionItem.

public:
 DescriptionItem(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ category, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ details);
public DescriptionItem (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> category, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> details);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem
Public Sub New (category As ReadOnlyCollection(Of DescriptionRun), details As ReadOnlyCollection(Of DescriptionRun))

Parameters

category
ReadOnlyCollection<DescriptionRun>

The category of the item.

details
ReadOnlyCollection<DescriptionRun>

The item's details.

Applies to