IVsIntellisenseCompletor.IsActive(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.
Determines whether the completor is active.
public:
int IsActive([Runtime::InteropServices::Out] int % pfIsActive);
int IsActive([Runtime::InteropServices::Out] int & pfIsActive);
public int IsActive (out int pfIsActive);
abstract member IsActive : int -> int
Public Function IsActive (ByRef pfIsActive As Integer) As Integer
Parameters
- pfIsActive
- Int32
[out] Zero (false) if the completor is not active, otherwise non-zero (true).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.