CompletionSet::GetFilterLevel Method (Int32)

 

Gets the current filter level.

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

public:
virtual int GetFilterLevel(
	[OutAttribute] int% iFilterLevel
)

Parameters

iFilterLevel
Type: System::Int32

[out] Returns the filter level.

Return Value

Type: System::Int32

If successful, returns S_OK. If there is no filter, returns S_FALSE; otherwise, returns an error code.

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

This method is not implemented and returns iFilterLevel as 0, and returns F:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL.

Return to top
Show: