ToolWindowBase.OnShow Method

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Function OnShow ( _
    fShow As Integer _
) As Integer
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

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify.OnShow(Int32)

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace