IVsWindowFrameNotify.OnShow(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);