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

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify.OnShow(Int32)

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace