DesignerWindowPane.IVsWindowFrameNotify.OnShow(Int32) Method

Definition

Notifies the Package of a change in the window's display state.

 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

Parameters

fShow
Int32

Specifies the reason for the display state change.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to