DescriptionItem Constructor (ReadOnlyCollection<DescriptionRun^>^, ReadOnlyCollection<DescriptionRun^>^)

 

Initializes a new instance of the DescriptionItem class.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
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.

Return to top
Show: