다음을 통해 공유


IExpressionEditorInstance.CanDecreaseFilterLevel 메서드

정의

Intellisense 필터링을 사용할 때 필터 수준을 낮출 수 있는지 여부를 나타내는 값을 반환합니다.

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

반환

필터 수준을 내릴 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상