IVsWindowFrameNotify::OnShow Method (Int32)

 

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

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

int OnShow(
	int fShow
)

Parameters

fShow
Type: System::Int32

[in] Specifies the reason for the display state change. Value taken from the __FRAMESHOW enumeration.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsWindowFrameNotify::OnShow(
   [in] FRAMESHOW fShow
);
Return to top
Show: