IVsWindowFrameNotify.OnShow(Int32) Method

Definition

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

C++/CX
public:
 int OnShow(int fShow);

Parameters

fShow
Int32

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

Returns

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

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsWindowFrameNotify::OnShow(  
   [in] FRAMESHOW fShow  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022