Share via


RdtListener.OnAfterDocumentWindowHide Method

Called after a document window is hidden.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function OnAfterDocumentWindowHide ( _
    docCookie As UInteger, _
    frame As IVsWindowFrame _
) As Integer
'Usage
Dim instance As RdtListener
Dim docCookie As UInteger
Dim frame As IVsWindowFrame
Dim returnValue As Integer

returnValue = instance.OnAfterDocumentWindowHide(docCookie, _
    frame)
public virtual int OnAfterDocumentWindowHide(
    uint docCookie,
    IVsWindowFrame frame
)
public:
virtual int OnAfterDocumentWindowHide(
    unsigned int docCookie, 
    IVsWindowFrame^ frame
)
public function OnAfterDocumentWindowHide(
    docCookie : uint, 
    frame : IVsWindowFrame
) : int
abstract OnAfterDocumentWindowHide : 
        docCookie:uint32 * 
        frame:IVsWindowFrame -> int 
override OnAfterDocumentWindowHide : 
        docCookie:uint32 * 
        frame:IVsWindowFrame -> int 

Parameters

Return Value

Type: System.Int32
Returns VSConstants.S_OK.

Implements

IVsRunningDocTableEvents3.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)
IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)
IVsRunningDocTableEvents.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)

.NET Framework Security

See Also

Reference

RdtListener Class

RdtListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace