IVsIntellisenseCompletor.IsActive(Int32) Method

Definition

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.

Applies to