IVsCompletionSetEx::GetFilterLevel Method (Int32)
Visual Studio 2015
Returns the current filter level.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- iFilterLevel
-
Type:
System::Int32
[out] Returns the current filter level.
Return Value
Type: System::Int32If successful, returns S_OK. If there is no filter, returns S_FALSE; otherwise, returns an error code.
From textmgr2.idl:
HRESULT IVsCompletionSetEx::GetFilterLevel(
[out] long *iFilterLevel
);
The filter level determines which tab, Common (filter level equals 0) or All (filter level equals 1), is displayed.
Show: