In This Article

CompletionFilterResult Enum

Specifies the result of a filter operation by an ICompletionFilter.

public enum CompletionFilterResult

Fields

Name Description
Excluded

The item does not pass the filter and is excluded from the result.

Included

The item passes the filter and is included in the result.