CompletionSet::GetFilterLevel Method (Int32)
Visual Studio 2015
Gets the current filter level.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- iFilterLevel
-
Type:
System::Int32
[out] Returns the filter level.
Return Value
Type: System::Int32If 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.
Show: