CompletionSet.IncreaseFilterLevel(Int32) Method

Definition

Show in the completion list the members of the specified type.

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

Parameters

iSelectedItem
Int32

The index of the selected item.

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 IncreaseFilterLevel method of the IVsCompletionSetEx interface.

This method is not implemented and and returns <xref:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL>.

Applies to