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
- fShow
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsWindowFrameNotify.OnShow(Int32)
Permissions
- 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.