Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaración
Public Function OnShow ( _
show As Integer _
) As Integer
public int OnShow(
int show
)
public:
virtual int OnShow(
int show
) sealed
abstract OnShow :
show:int -> int
override OnShow :
show:int -> int
public final function OnShow(
show : int
) : int
Parameters
- show
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.