IVsCompletionSetEx.DecreaseFilterLevel(Int32) Method

Definition

Show in the completion list all common items available.

public:
 int DecreaseFilterLevel(int iSelectedItem);
public:
 int DecreaseFilterLevel(int iSelectedItem);
int DecreaseFilterLevel(int iSelectedItem);
public int DecreaseFilterLevel (int iSelectedItem);
abstract member DecreaseFilterLevel : int -> int
Public Function DecreaseFilterLevel (iSelectedItem As Integer) As Integer

Parameters

iSelectedItem
Int32

[in] The item of interest.

Returns

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

Remarks

COM Signature

From textmgr2.idl:

HRESULT IVsCompletionSetEx::DecreaseFilterLevel(  
   [in] long iSelectedItem  
);  

The internal list controlled by the IVsCompletionSet must be updated in response to a change in filter levels. The selected item specified in this method specifies what is currently selected in the Common list.

Applies to