ICompletionSession::Filter Method ()

 

Filters the session's completion items, based on the current state of the text buffer.

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

void Filter()

If DisplayText or InsertionText contains the text in the span in ApplicableTo, it remains part of the CompletionSets collection, otherwise it will be removed. The underlying providers will not be asked for additional completion information because of this call.

Return to top
Show: