OnShow Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Function OnShow ( _
fShow As Integer _
) As Integer
'Usage
Dim instance As QueryResultsEditorPane
Dim fShow As Integer
Dim returnValue As Integer
returnValue = instance.OnShow(fShow)
public int OnShow(
int fShow
)
public:
virtual int OnShow(
int fShow
) sealed
abstract OnShow :
fShow:int -> int
override OnShow :
fShow:int -> int
public final function OnShow(
fShow : int
) : int
Parameters
- fShow
Type: System..::..Int32
Return Value
Type: System..::..Int32
Implements
IVsWindowFrameNotifyOnShow(Int32)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace