BaseHierarchyNode.OnShow Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
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.