IVsEnhancedDataTip.IsErrorTip(Int32) Yöntem

Tanım

Datatıp 'nin bir hata olup olmadığını sınar.

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

Parametreler

pbIsError
Int32

dışı Boolean. trueBu bir hata veri ipucu ise olarak ayarlayın.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

HRESULT IVsEnhancedDataTip::IsErrorTip(  
   [out] BOOL* pbIsError  
);  

Şunlara uygulanır