BaseHierarchyNode.OnClose Method

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

Syntax

'宣言
Public Function OnClose ( _
    ByRef saveOptions As UInteger _
) As Integer
public int OnClose(
    ref uint saveOptions
)
public:
virtual int OnClose(
    unsigned int% saveOptions
) sealed
abstract OnClose : 
        saveOptions:uint32 byref -> int 
override OnClose : 
        saveOptions:uint32 byref -> int 
public final function OnClose(
    saveOptions : uint
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify2.OnClose(UInt32%)

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace