IVsEnhancedDataTip.IsOpen(Int32) Method
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);
C++/WinRT
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
- pbIsOpen
- Int32
[out] Boolean. Set to true
if the DataTip window is visible.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsEnhancedDataTip::IsOpen(
[out] BOOL* pbIsOpen
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |