DescriptionItem Constructor
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.
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.