Compartilhar via


Método IVsErrorItem.GetCategory (UInt32)

 

Retorna a categoria do erro.

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

Sintaxe

int GetCategory(
    out uint pCategory
)
int GetCategory(
    [OutAttribute] unsigned int% pCategory
)
abstract GetCategory : 
        pCategory:uint32 byref -> int
Function GetCategory (
    <OutAttribute> ByRef pCategory As UInteger
) As Integer

Parâmetros

  • pCategory
    [out] Um valor VSERRORCATEGORY, um valor a partir do __VSERRORCATEGORY enumeração, especificando um erro, aviso ou mensagem informativa.

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 IVsErrorItem::GetCategory(
   [out] VSERRORCATEGORY* pCategory
);

Consulte também

Interface IVsErrorItem
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo