IVsCompletionSetEx.GetFilterLevel(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current filter level.
public:
int GetFilterLevel([Runtime::InteropServices::Out] int % iFilterLevel);
int GetFilterLevel([Runtime::InteropServices::Out] int & iFilterLevel);
public int GetFilterLevel (out int iFilterLevel);
abstract member GetFilterLevel : int -> int
Public Function GetFilterLevel (ByRef iFilterLevel As Integer) As Integer
Parameters
- iFilterLevel
- Int32
[out] Returns the current filter level.
Returns
If successful, returns S_OK. If there is no filter, returns S_FALSE; otherwise, returns an error code.
Remarks
COM Signature
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.