DescriptionItem::Category Property

 

Gets the item's category.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

public:
property ReadOnlyCollection<DescriptionRun^>^ Category {
	ReadOnlyCollection<DescriptionRun^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<DescriptionRun^>^

The item's category.

Return to top
Show: