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: System.Int32
    Specifies the reason for the display state change.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsWindowFrameNotify.OnShow(Int32)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace