ICompletionSession.Filter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the session's completion items, based on the current state of the text buffer.
public:
void Filter();
public:
void Filter();
void Filter();
public void Filter ();
abstract member Filter : unit -> unit
Public Sub Filter ()
Remarks
If a completion's display text or insertion text contains the text in its applicability span, 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.