ScriptEditorControl.OnShow Method

Notifies the VSPackage of a change in the window's display state. Here, forward to the editor.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public Overrides Function OnShow ( _
    frameShow As Integer _
) As Integer
'Usage
Dim instance As ScriptEditorControl
Dim frameShow As Integer
Dim returnValue As Integer

returnValue = instance.OnShow(frameShow)
public override int OnShow(
    int frameShow
)
public:
virtual int OnShow(
    int frameShow
) override
abstract OnShow : 
        frameShow:int -> int 
override OnShow : 
        frameShow:int -> int 
public override function OnShow(
    frameShow : int
) : int

Parameters

  • frameShow
    Type: System.Int32
    Specifies the reason for the display state change.
    Value taken from the __FRAMESHOW enumeration.

Return Value

Type: System.Int32
An Int32 value of 0.

Implements

IVsWindowFrameNotifyOnShow(Int32)