Method SupportsCodeCompletionFiltering
SupportsCodeCompletionFiltering(CodeCompletionType)
When implemented by a class, returns boolean value indicating that information can be filtered for given code completion type.
bool SupportsCodeCompletionFiltering(CodeCompletionType completionType)
Parameters
completionType
CodeCompletionTypeGiven code completion type.
Returns
- bool
True if code completion output can be filtered; otherwise false.