ICompletionSession.Filter Method

Definition

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.

Applies to