IVsRunningDocTableEvents::OnAfterDocumentWindowHide Method (UInt32, IVsWindowFrame^)
Visual Studio 2015
Called after a document window is placed in the Hide state.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- docCookie
-
Type:
System::UInt32
[in] Abstract value representing the document whose window has been hidden.
- pFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[in] The IVsWindowFrame interface representing the frame containing the document's window.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method is called when the document's window is hidden.
From vsshell.idl:
HRESULT IVsRunningDocTableEvents::OnAfterDocumentWindowHide( [in] VSCOOKIE docCookie, [in] IVsWindowFrame *pFrame );
Show: