IVsCompletionSetEx.IncreaseFilterLevel(Int32) Method

Definition

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

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

Parameters

iSelectedItem
Int32

[in] The index of 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::IncreaseFilterLevel(  
   [in] long iSelectedItem  
);  

The internal list controlled by the IVsCompletionSet must be updated in response to a change in filter levels. The selected item in this method is from the Common list and specifies what should appear in the secondary list.

Applies to