Property SelectedCategoryFilters
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
SelectedCategoryFilters
When implemented by a class, gets or sets a list of selected categories in the code completion box.
IReadOnlyList<CodeCompletionCategory> SelectedCategoryFilters { get; set; }