DescriptionItem::Category Property
Visual Studio 2015
Gets the item's category.
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.
Show: