DescriptionItem.Category Property
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.
The item's category.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ Category { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> Category { get; }
member this.Category : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun>
Public ReadOnly Property Category As ReadOnlyCollection(Of DescriptionRun)
Property Value
The item's category.