CompletionSet.DecreaseFilterLevel Method
Changes the level of the internal filter list and updates it, showing common items.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Overridable Function DecreaseFilterLevel ( _
iSelectedItem As Integer _
) As Integer
public virtual int DecreaseFilterLevel(
int iSelectedItem
)
public:
virtual int DecreaseFilterLevel(
int iSelectedItem
)
abstract DecreaseFilterLevel :
iSelectedItem:int -> int
override DecreaseFilterLevel :
iSelectedItem:int -> int
public function DecreaseFilterLevel(
iSelectedItem : int
) : int
Parameters
iSelectedItem
Type: System.Int32The index of the item that is currently selected.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsCompletionSetEx.DecreaseFilterLevel(Int32)
Remarks
This method is the implementation of the DecreaseFilterLevel method of the IVsCompletionSetEx interface.
By default this method is not implemented and returns E_NOTIMPL.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.