IVsWindowFrameNotify3::OnShow Method (Int32)
Visual Studio 2015
Notifies the VSPackage of a change in the window's display state.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- fShow
-
Type:
System::Int32
[in] Specifies the reason for the display state change. Value taken from the __FRAMESHOW enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsWindowFrameNotify3::OnShow(
[in] FRAMESHOW fShow
);
Show: