IVsWindowFrameNotify.OnShow(Int32) Method

Definition

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

public:
 int OnShow(int fShow);
public:
 int OnShow(int fShow);
int OnShow(int fShow);
public int OnShow (int fShow);
abstract member OnShow : int -> int
Public Function OnShow (fShow As Integer) As Integer

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:

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

Applies to