Share via


CompletionSet.DecreaseFilterLevel(Int32) Method

Definition

Changes the level of the internal filter list and updates it, showing common items.

public:
 virtual int DecreaseFilterLevel(int iSelectedItem);
public:
 virtual int DecreaseFilterLevel(int iSelectedItem);
 virtual int DecreaseFilterLevel(int iSelectedItem);
public virtual int DecreaseFilterLevel (int iSelectedItem);
abstract member DecreaseFilterLevel : int -> int
override this.DecreaseFilterLevel : int -> int
Public Overridable Function DecreaseFilterLevel (iSelectedItem As Integer) As Integer

Parameters

iSelectedItem
Int32

The index of the item that is currently selected.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

This method is the implementation of the DecreaseFilterLevel method of the IVsCompletionSetEx interface.

By default this method is not implemented and returns <xref:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL>.

Applies to