CompletionSet.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:
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>.