IVsCompletionSetEx.IncreaseFilterLevel(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.