VsIntellisenseCompletorClass.IsActive(Int32) Method

Definition

Determines whether the completor is active.

public:
 virtual int IsActive([Runtime::InteropServices::Out] int % pfIsActive) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::IsActive;
public:
 virtual int IsActive([Runtime::InteropServices::Out] int % pfIsActive);
 virtual int IsActive([Runtime::InteropServices::Out] int & pfIsActive);
public virtual int IsActive (out int pfIsActive);
abstract member IsActive : int -> int
override this.IsActive : int -> int
Public Overridable Function IsActive (ByRef pfIsActive As Integer) As Integer

Parameters

pfIsActive
Int32

{out] False if the completor is not active, otherwise, true.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to