VsIntellisenseLangTipClass.IsActive(Int32) Method

Definition

Determines whether the tip is active.

public:
 virtual int IsActive([Runtime::InteropServices::Out] int % pfIsActive) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::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] True if the tip is active; otherwise, false.

Returns

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

Implements

Applies to