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