DesignerWindowPane.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 Package of a change in the window's display state.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow);
int IVsWindowFrameNotify.OnShow (int fShow);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
Function OnShow (fShow As Integer) As Integer Implements IVsWindowFrameNotify.OnShow
Parameters
- fShow
- Int32
Specifies the reason for the display state change.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.