IExpressionEditorInstance.IncreaseFilterLevel 方法

定义

提高筛选级别以显示 IntelliSense 筛选列表中的通用项,并返回一个值,指示此操作是否成功。Increases the filter level to show common items in the Intellisense filter list and returns a value that indicates whether this operation was successful.

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

返回

Boolean

如果此方法成功,则为 true;否则为 falsetrue if this method succeeds; otherwise, false.

适用于