Método IVsFontAndColorEvents.OnReset (Guid)

 

Publicado: abril de 2016

Chamado pelo ambiente sempre que os itens na lista de itens de exibição são redefinidos para seus valores padrão.

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

Sintaxe

int OnReset(
    [InAttribute] ref Guid rguidCategory
)
int OnReset(
    [InAttribute] Guid% rguidCategory
)
abstract OnReset : 
        rguidCategory:Guid byref -> int
Function OnReset (
    <InAttribute> ByRef rguidCategory As Guid
) As Integer

Parâmetros

  • rguidCategory
    Type: System.Guid

    [in] Especifica o GUID da categoria.

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsFontAndColorEvents::OnReset(
   [in] REFGUID rguidCategory
);

Consulte também

Interface IVsFontAndColorEvents
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo