VsIntellisenseLangTipClass.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 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.