Método IVsEnhancedDataTip.IsErrorTip (Int32)

 

Testa se o DataTip é um erro.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

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

Parâmetros

  • pbIsError
    [out] Booleano.Definido como true se este for um erro DataTip.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell80.idl:

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

Consulte também

Interface IVsEnhancedDataTip
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo