Share via


OnClose Method (UInt32)

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Function OnClose ( _
    ByRef pgrfSaveOptions As UInteger _
) As Integer
'Usage
Dim instance As QueryResultsEditorPane
Dim pgrfSaveOptions As UInteger
Dim returnValue As Integer

returnValue = instance.OnClose(pgrfSaveOptions)
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

IVsWindowFrameNotify2OnClose(UInt32%)

See Also

Reference

QueryResultsEditorPane Class

OnClose Overload

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace