CompletionSet.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.
Gets the current filter level.
public:
virtual int GetFilterLevel([Runtime::InteropServices::Out] int % iFilterLevel);
virtual int GetFilterLevel([Runtime::InteropServices::Out] int & iFilterLevel);
public virtual int GetFilterLevel (out int iFilterLevel);
abstract member GetFilterLevel : int -> int
override this.GetFilterLevel : int -> int
Public Overridable Function GetFilterLevel (ByRef iFilterLevel As Integer) As Integer
Parameters
- iFilterLevel
- Int32
[out] Returns the filter level.
Returns
If successful, returns S_OK. If there is no filter, returns S_FALSE; otherwise, returns an error code.
Implements
Remarks
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 <xref:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL.>