DescriptionItem(ReadOnlyCollection<DescriptionRun>, ReadOnlyCollection<DescriptionRun>) Конструктор

Определение

Создает новый Дескриптионитем.

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))

Параметры

category
ReadOnlyCollection<DescriptionRun>

Категория элемента.

details
ReadOnlyCollection<DescriptionRun>

Сведения элемента.

Применяется к