IVsEnhancedDataTip.IsOpen(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.
Tests whether or not the DataTip window is visible.
public:
int IsOpen([Runtime::InteropServices::Out] int % pbIsOpen);
int IsOpen([Runtime::InteropServices::Out] int & pbIsOpen);
public int IsOpen (out int pbIsOpen);
abstract member IsOpen : int -> int
Public Function IsOpen (ByRef pbIsOpen As Integer) As Integer
Parameters
- pbIsOpen
- Int32
[out] Boolean. Set to true
if the DataTip window is visible.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsEnhancedDataTip::IsOpen(
[out] BOOL* pbIsOpen
);