DesignerWindowPane.IVsWindowFrameNotify.OnShow(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Notifica o Package de uma alteração no estado de exibição da janela.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow);
int IVsWindowFrameNotify.OnShow (int fShow);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
Function OnShow (fShow As Integer) As Integer Implements IVsWindowFrameNotify.OnShow
Parâmetros
- fShow
- Int32
Especifica o motivo da alteração do estado de exibição.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.