DesignerWindowPane.IVsWindowFrameNotify.OnShow Method

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
'使用
Dim instance As DesignerWindowPane
Dim fShow As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowFrameNotify).OnShow(fShow)
int IVsWindowFrameNotify.OnShow(
    int fShow
)
private:
virtual int OnShow(
    int fShow
) sealed = IVsWindowFrameNotify::OnShow
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify.OnShow(Int32)

Permissions

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace