Método IVsWindowFrameNotify3.OnShow (Int32)
Publicado: abril de 2016
Notifica o VSPackage uma alteração no estado de exibição da janela.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.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 vsshell80.idl:
HRESULT IVsWindowFrameNotify3::OnShow(
[in] FRAMESHOW fShow
);
Consulte também
Interface IVsWindowFrameNotify3
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo