ToolWindowBase.OnClose Method (UInt32%)

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

Syntax

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

Parameters

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify2.OnClose(UInt32%)

.NET Framework Security

See Also

Reference

ToolWindowBase Class

OnClose Overload

Microsoft.VisualStudio.TeamFoundation Namespace