CompletionSet.Filter Method

Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Overridable Sub Filter
public virtual void Filter()
public:
virtual void Filter()
abstract Filter : unit -> unit 
override Filter : unit -> unit 
public function Filter()

Exceptions

Exception Condition
InvalidOperationException

Both the completions and the completion builders have been overridden.

.NET Framework Security

See Also

Reference

CompletionSet Class

Filter Overload

Microsoft.VisualStudio.Language.Intellisense Namespace