Enum CompletionListFilterOptions
Specifies options for the content filtering of the code completion list.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum CompletionListFilterOptions
Fields
HighlightMatchedText = 2Specifies that found text should be highlighted.
LookForAbbreviations = 1Specifies that filter should also check for abbreviation.
None = 0Specifies that no flags are in effect.