IVsEnhancedDataTip.IsErrorTip – metoda (Int32)
Testuje, zda je DataTip chybová zpráva.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int IsErrorTip(
out int pbIsError
)
int IsErrorTip(
[OutAttribute] int% pbIsError
)
abstract IsErrorTip :
pbIsError:int byref -> int
Function IsErrorTip (
<OutAttribute> ByRef pbIsError As Integer
) As Integer
Parametry
- pbIsError
[výstup] Logická hodnota.Nastavit na true Pokud se jedná o chybu DataTip.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell80.idl:
HRESULT IVsEnhancedDataTip::IsErrorTip(
[out] BOOL* pbIsError
);
Viz také
IVsEnhancedDataTip – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek