IVsEnhancedDataTip.IsErrorTip(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 the DataTip is for an error.
public:
int IsErrorTip([Runtime::InteropServices::Out] int % pbIsError);
int IsErrorTip([Runtime::InteropServices::Out] int & pbIsError);
public int IsErrorTip (out int pbIsError);
abstract member IsErrorTip : int -> int
Public Function IsErrorTip (ByRef pbIsError As Integer) As Integer
Parameters
- pbIsError
- Int32
[out] Boolean. Set to true
if this is an error DataTip.
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::IsErrorTip(
[out] BOOL* pbIsError
);