Método IVsWindowFrameNotify.OnShow (Int32)

 

Notifica o VSPackage uma alteração no estado de exibição da janela.

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

Sintaxe

int OnShow(
    int fShow
)
int OnShow(
    int fShow
)
abstract OnShow : 
        fShow:int -> int
Function OnShow (
    fShow As Integer
) As Integer

Parâmetros

  • fShow
    [in] Especifica o motivo da alteração de estado de exibição.Valor extraído de __FRAMESHOW enumeração.

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 vsshell.idl:

HRESULT IVsWindowFrameNotify::OnShow(
   [in] FRAMESHOW fShow
);

Consulte também

Interface IVsWindowFrameNotify
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo