CompletionSet::DecreaseFilterLevel Method (Int32)
Visual Studio 2015
Changes the level of the internal filter list and updates it, showing common items.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- iSelectedItem
-
Type:
System::Int32
The index of the item that is currently selected.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method is the implementation of the DecreaseFilterLevel method of the IVsCompletionSetEx interface.
By default this method is not implemented and returns F:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL.
Show: