Table of Contents

Property DefaultCategoriesIncludedInFilterPredicate

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

DefaultCategoriesIncludedInFilterPredicate

When implemented by a class, gets or sets a function which determines default categories to be displayed in the code completion box.

Predicate<CodeCompletionCategory> DefaultCategoriesIncludedInFilterPredicate { get; set; }

Property Value

Predicate<CodeCompletionCategory>