IVsCompletionSetEx::DecreaseFilterLevel Method (Int32)
Visual Studio 2015
Show in the completion list all common items available.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- iSelectedItem
-
Type:
System::Int32
[in] The item of interest.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
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.
Show: