CompletionSet.Filter Method
Include Protected Members
Include Inherited Members
Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Filter() | Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match. | |
Filter(CompletionMatchType, Boolean) | Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match. |
Top