DesignerWindowPane::IVsWindowFrameNotify::OnShow Method (Int32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual int OnShow(
	int fShow
) sealed = IVsWindowFrameNotify::OnShow

Parameters

fShow
Type: System::Int32

Specifies the reason for the display state change.

Return Value

Type: System::Int32

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

Return to top
Show: