CompletionSet.IncreaseFilterLevel Method
Show in the completion list the members of the specified type.
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 IncreaseFilterLevel ( _
iSelectedItem As Integer _
) As Integer
public virtual int IncreaseFilterLevel(
int iSelectedItem
)
public:
virtual int IncreaseFilterLevel(
int iSelectedItem
)
abstract IncreaseFilterLevel :
iSelectedItem:int -> int
override IncreaseFilterLevel :
iSelectedItem:int -> int
public function IncreaseFilterLevel(
iSelectedItem : int
) : int
Parameters
iSelectedItem
Type: System.Int32The index of the selected item.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsCompletionSetEx.IncreaseFilterLevel(Int32)
Remarks
This method is the implementation of the IncreaseFilterLevel method of the IVsCompletionSetEx interface.
This method is not implemented and 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.