IVsWindowFrameNotify.OnShow(Int32) Method
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);
C++/CX
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
- fShow
- Int32
[in] Specifies the reason for the display state change. Value taken from the __FRAMESHOW enumeration.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
cpp#
HRESULT IVsWindowFrameNotify::OnShow(
[in] FRAMESHOW fShow
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |