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
‘선언
Private Function OnShow ( _
fShow As Integer _
) As Integer Implements IVsWindowFrameNotify.OnShow
int IVsWindowFrameNotify.OnShow(
int fShow
)
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
- 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.