DesignerWindowPane.IVsWindowFrameNotify.OnShow Method
Notifies the Package of a change in the window's display state.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function OnShow ( _
fShow As Integer _
) As Integer Implements IVsWindowFrameNotify.OnShow
int IVsWindowFrameNotify.OnShow(
int fShow
)
private:
virtual int OnShow(
int fShow
) sealed = IVsWindowFrameNotify::OnShow
private abstract OnShow :
fShow:int -> int
private override OnShow :
fShow:int -> int
JScript does not support explicit interface implementations.
Parameters
fShow
Type: Int32Specifies the reason for the display state change.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsWindowFrameNotify.OnShow(Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.