IExpressionEditorInstance.CanIncreaseFilterLevel Method

Definition

Returns a value that indicates whether the filter level can be increased when using Intellisense filtering.

public:
 bool CanIncreaseFilterLevel();
public bool CanIncreaseFilterLevel ();
abstract member CanIncreaseFilterLevel : unit -> bool
Public Function CanIncreaseFilterLevel () As Boolean

Returns

true if the filter level can be increased; otherwise, false.

Applies to