Share via


IVsEnhancedDataTip.IsErrorTip(Int32) Method

Definition

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  
);  

Applies to