DescriptionItem Constructor (ReadOnlyCollection<DescriptionRun^>^, ReadOnlyCollection<DescriptionRun^>^)
Visual Studio 2015
Initializes a new instance of the DescriptionItem class.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
public:
DescriptionItem(
ReadOnlyCollection<DescriptionRun^>^ category,
ReadOnlyCollection<DescriptionRun^>^ details
)
Parameters
- category
-
Type:
System.Collections.ObjectModel::ReadOnlyCollection<DescriptionRun^>^
The category of the item.
- details
-
Type:
System.Collections.ObjectModel::ReadOnlyCollection<DescriptionRun^>^
The details of the item.
Show: