CompletionSet::IncreaseFilterLevel Method (Int32)

 

Show in the completion list the members of the specified type.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int IncreaseFilterLevel(
	int iSelectedItem
)

Parameters

iSelectedItem
Type: System::Int32

The 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.

This method is the implementation of the IncreaseFilterLevel method of the IVsCompletionSetEx interface.

This method is not implemented and and returns F:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL.

Return to top
Show: